Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janorico/jgl
JGL is short for 'Janorico GUI Library' and it helps you to build an GUI.
https://github.com/janorico/jgl
gpl gpl3 gplv3 gui gui-library kotlin library open-source opensource
Last synced: about 2 months ago
JSON representation
JGL is short for 'Janorico GUI Library' and it helps you to build an GUI.
- Host: GitHub
- URL: https://github.com/janorico/jgl
- Owner: Janorico
- License: gpl-3.0
- Created: 2023-01-13T17:22:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T14:27:17.000Z (almost 2 years ago)
- Last Synced: 2023-05-12T09:31:02.139Z (over 1 year ago)
- Topics: gpl, gpl3, gplv3, gui, gui-library, kotlin, library, open-source, opensource
- Language: Kotlin
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JGL
JGL is short for 'Janorico GUI Library'.
In the package ``de.janorico.jgl``, you find methods that help you
to build a GUI. This library is licensed under the terms of the
GNU General Public License v3.0, written in Kotlin and written by Janosch Lion.JGL is short for 'Janorico GUI Library' and it helps you to build an GUI.
Copyright (C) 2023 Janosch LionThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .## Guide
* Download the packed JAR library from
[GitHub](https://www.github.com/Janorico/JGL/releases/).
* Add the downloaded JAR as library to your project.
* On program startup, you must be set the
``de.janorico.jgl.JGL.programName`` string to your programs name.
* The ``de.janorico.jgl.JGL.dialogOwner`` should be your active window.