NeoCortex97
NeoCortex97
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/25/2024 in #java-help
Maven multiple parents for project
Is there anything special i should keep in Mind for that?
12 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/25/2024 in #java-help
Maven multiple parents for project
Thank you for confirming. So let me phrase this question a little differently: Can I have a spring application as a maven module with a different parent? Like frontend and common have parent set to root and backend has it set to spring boot. I did not find any documentation on that on the maven side.
12 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
I really like the Dialog pane from gemsfx. It is a transparent pane when it is not needed. It is supposed to sit on top of the content and is click through. Except when it is active. I that case it shows it's contents within the same window. In my case I am writing kiosk mode apps anyways and we experienced very skillful customers that managed to close our application when a dialog is open. Even with the customers we were not able to reproduce it later, but that can't happen with the gemsfx dialog pane.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
Yes, exactly. It should manage menu Items, icons for the status bar, the drawer and the Dialog pane.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
Normally you would be supposed to do this setup on every screen.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
I will implement an extension for the RootScreen, so you can customize it if you want to. But it's supposed to be predefined if you use the default RootScreen.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
It also contains DrawerStackPane and DialogPane.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
It's only job is to contain my Screen content
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
I have a StackPane with a VBox. The VBox contains MenuBar, Pane and StatusBar. That pane is my content root.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
My content root is a Pane and I set my content as the child for the pane.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
I restarted and implemented a minimal RootScreen for now, so I have something to load and look at. I am going to implement the AppManager with the plugin System now. I think I will just implement a getter for the RootScreen, so it is accessible to the user.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
Okay, that makes sense. I will eventually do that correctly, but until then I will use the updater I wrote for my last project
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
Basically a splash screen?
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
Mine does that too, so I'm not that far off.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
Did you subclass the javafx application class, or do you have a class that you pass your application class into to configure everything?
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
I actually could implement the root screen as a plugin as well. That would remove the dependency of gemsfx and controlsfx from my library and would make for simpler implementation of a custom RootScreen
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
It is unable to load the StatusBar... I think I either need to set up shading for my AppManager, or write my own status bar. Or just start over and implement the plugin system from the ground up.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
Okay, I officially admit, that I am dumb. I can load the RootScreen, but i cant show the window.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
Sure, but it is a progress. I'm not finished implementing the plugin system into the AppManager.
105 replies
JCHJava Community | Help. Code. Learn.
Created by NeoCortex97 on 5/18/2024 in #java-help
Loading Resources with absolute path from Classpath
A bit. Using AppManager.class.getResource() I can load my default screens and my RootScreens.
105 replies