ImagePanel

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.jakubec
ArtifactId

ArtifactId

image-panel
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

ImagePanel
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.
Project URL

Project URL

https://github.com/amunra2112/ImageView
Source Code Management

Source Code Management

https://github.com/amunra2112/ImageView

Download image-panel

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.11.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

ImageView

is a small library that provides an image component which can be integrated in any java swing window.

Feautres of ImvageView:

  • suports zooming of an image to pixel level
  • show the Image in full screen mode.
  • toolbar for navigating through an image folder

Versions

Version
0.2.1
0.2
0.1