Posts by kholyphoenix1 • 175 points
9 posts
-
4
votes1
answer125
viewsQ: How to implement the 'auto complete' feature in a Jformattedtextfield?
I need that when I type in JFormattedTextField pop up text suggestions. It would be possible to do this?
-
0
votes1
answer162
viewsQ: Open/Close Disk Player (Vbs)
I am using a code to "open/close the disk drawer" however it creates a file on the desktop and would like to arrange some other way to resolve this. package controller; import java.awt.Desktop;…
javaasked kholyphoenix1 175 -
2
votes2
answers1169
viewsQ: Doubt - setDefaultCloseOperation
It would be possible to somehow pass to: setDefaultCloseOperation(UM METHODO?); Or using some other option to do the same procedure? What happens is that I created a button and it calls a "method"…
-
3
votes1
answer356
viewsQ: Minimizar + Sytemtray
People are wanting that when clicking to minimize the program, its icon is next to the clock. I created a button that does this action. I confess that I didn’t do it, but the author helped me a lot.…
-
1
votes1
answer88
viewsA: Resource icons Jframe
I created 1 package named img and changed the directory to: frame.setIconImage(Toolkit.getDefaultToolkit().getImage(getClass().getResource("/img/app.png")));
-
1
votes1
answer88
viewsQ: Resource icons Jframe
Good afternoon. I’m having trouble with my app. It executes with changing the icon on JFrame. When compiling it for: "Runnable Jar file" and compiling with: Launch4j for Inary, the application…
-
1
votes1
answer76
viewsQ: Open disk player with Java, and without specifying the drive
Wanted if possible a simple and quick way to open the disk drive without specifying the drive letter. There are several ways because I have seen.
javaasked kholyphoenix1 175 -
2
votes1
answer128
viewsQ: How to position a component next to the Windows clock?
I learned that to center a component in the center of the screen just use: frame.setLocationRelativeTo(null); But how do I show the component on top of the Windows clock independent of the screen…
-
0
votes1
answer758
viewsQ: Freeze Windows clock
It would be possible to freeze the Windows clock with Python? If so, which library does it?