| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Сеть |
| Группа | Группаnet.sf.squirrel-sql.thirdparty-non-maven |
| Идентификатор | Идентификаторskinlf |
| Последняя версия | Последняя версия6.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSkin Look and Feel
Skin Look And Feel allows Java developers to write skin-able application using the Swing toolkit.
Skin Look And Feel is able to load themepacks (a bundle of GTK - The Gimp Toolkit - and KDE -
The K Desktop Environment - skins) to enhance your application GUI controls such as Buttons, Checks,
Radios, Scrollbars, Progress Bar, Lists, Tables, Internal Frames, Colors, Background Textures,
Regular Windows. Skin Look And Feel (aka SkinLF) also includes NativeSkin to create irregular
windows.
|
| Имя Файла | Размер |
|---|---|
| skinlf-6.7.pom | |
| skinlf-6.7.jar | 326 KB |
| skinlf-6.7-sources.jar | 319 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/skinlf/ -->
<dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>skinlf</artifactId>
<version>6.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/skinlf/
implementation 'net.sf.squirrel-sql.thirdparty-non-maven:skinlf:6.7'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/skinlf/
implementation ("net.sf.squirrel-sql.thirdparty-non-maven:skinlf:6.7")
'net.sf.squirrel-sql.thirdparty-non-maven:skinlf:jar:6.7'
<dependency org="net.sf.squirrel-sql.thirdparty-non-maven" name="skinlf" rev="6.7">
<artifact name="skinlf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql.thirdparty-non-maven', module='skinlf', version='6.7')
)
libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "skinlf" % "6.7"
[net.sf.squirrel-sql.thirdparty-non-maven/skinlf "6.7"]