Posts by Adriana • 11 points
3 posts
-
0
votes0
answers15
viewsQ: How to Disable Jframe X
How to disable X from a frame? The below option I found just doesn’t perform close action: frame.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE); I need the X button of the frame to be disabled…
-
0
votes0
answers24
viewsQ: Fat Jar Eclipse Plug-in does not appear in Export
I need to extract a "fat" jar, I installed the Fat Jar Plug-in in eclipse (https://sourceforge.net/projects/fjep/). Eclipse Version: Luna Service Release 2 (4.4.2) Extract the jar to the plugins…
-
0
votes0
answers57
viewsQ: Turn JAR into EXE using Launch4j , does not run the program as it should?
I exported an eclipse jar that normally runs it via terminal: java - jar meujar.jar But if I turn this jar into . exe using the program Launch4j , the software can not change the screen , for…