This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
envoy/src/main/java/envoy/client/ui
delvh 4f877d3d5b (IMPORTANT! read description) Merge pull request #166 from informatik-ag-ngl/f/clearable_textfield
Implemented ClearableTextField and redesigned UI.
TAKE CARE:
in order to use SceneBuilder further, you have to import the attached
JAR "CustomComponents.jar" into the SceneBuilder. If you don't do this,
Scenebuilder no longer can load FXML files that depend on a custom
component. If you are implementing another custom component, feel free
to add it to the jar.
Note however that SceneBuilder cannot load any components that rely on
libraries other than the standard Java library or the JavaFX standard.
Meaning that even if you are referencing another Envoy file, the
component will not be importable. Because of this, the
ClearableTextField is also present only in a slimmed down version, as
SceneBuilder additionally has problems when dealing with loading
resources.
2020-07-02 18:06:43 +02:00
..
controller (IMPORTANT! read description) Merge pull request #166 from informatik-ag-ngl/f/clearable_textfield 2020-07-02 18:06:43 +02:00
listcell Fixed unforgivable Javadoc error 2020-07-01 23:32:32 +02:00
settings Cleaned up Envoy client: no more <br><br>, is now <p> 2020-06-26 23:36:14 +02:00
ClearableTextField.java Moved former ListCell#updateItem methods into separate Control objects 2020-07-01 19:35:15 +02:00
IconUtil.java Merge branch 'develop' into f/notify_user_of_empty_IDGenerator 2020-06-27 11:25:49 +02:00
SceneContext.java Added (currently useless) message-info menuItem 2020-06-30 21:20:54 +02:00
Startup.java Added display of settings-icon for the settings button 2020-06-26 17:33:32 +02:00
StatusTrayIcon.java Added improved logging capabilities 2020-06-13 22:36:52 +02:00
package-info.java created ui.settings package 2020-04-19 19:57:40 +02:00