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 Lion
This 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 <https://www.gnu.org/licenses/>.
- Download the packed JAR library from GitHub.
- 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.