is not current version
Last Version 0.2.1

net.jakubec:image-panel 0.1

This library can be used to display images in Swing applications. It proides a panel which can b used as a Component. Furthermore it also alowes you to display an image in Fullscreen mode.

Categories

Categories

Net
GroupId

GroupId

net.jakubec
ArtifactId

ArtifactId

image-panel
Version

Version

0.1
Type

Type

jar

Download image-panel 0.1


<!-- https://jarcasting.com/artifacts/net.jakubec/image-panel/ -->
<dependency>
    <groupId>net.jakubec</groupId>
    <artifactId>image-panel</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.jakubec/image-panel/
implementation 'net.jakubec:image-panel:0.1'
// https://jarcasting.com/artifacts/net.jakubec/image-panel/
implementation ("net.jakubec:image-panel:0.1")
'net.jakubec:image-panel:jar:0.1'
<dependency org="net.jakubec" name="image-panel" rev="0.1">
  <artifact name="image-panel" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jakubec', module='image-panel', version='0.1')
)
libraryDependencies += "net.jakubec" % "image-panel" % "0.1"
[net.jakubec/image-panel "0.1"]