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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.jakubec
Идентификатор

Идентификатор

image-panel
Последняя версия

Последняя версия

0.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/amunra2112/ImageView
Система контроля версий

Система контроля версий

https://github.com/amunra2112/ImageView

Скачать image-panel

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.logging.log4j : log4j-api jar 2.11.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
org.hamcrest : hamcrest-all jar 1.3

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.2.1
0.2
0.1