jwindow Questions
2
Solved
If I use JDK1.8_40 or newer (Oracle or OpenJDK do the same), the following code together with a dialog resize will crash the application (tried Windows 7, x64, 64bit JDK)
import javax.swing.JButto...
5
5
1
I'm writing a drop down component with colors for toolbar. So I've taken ideas from 'Swing hacks' book, changed conception a little bit and added Swing's standard JColorChooser to drop down. The be...
Feliciafeliciano asked 29/1, 2013 at 5:55
2
Before you read, here are some clarifications on what the question is about:
The SSCCE is designed for Java 7. It would be possible to use sun.*.AWTUtilities to adapt it to Java 6, but it does no...
Judicative asked 29/8, 2013 at 17:7
4
Solved
Algorithm
Start
Input a city name - partial or complete
If the user hits enter , take the text from JTextField
Begin brute force search.
If the matches are found, put them in a Vector an...
Nicias asked 13/2, 2013 at 8:19
1
Solved
as I tried, looks like as that isn't possible, without success as I tried, or exist there another way?
import java.awt.*;
import java.awt.event.WindowEvent;
import java.util.logging.Level;
i...
3
I am trying to make a custom UI based on a JWindow for the purpose of selecting an area of the screen to be shared. I have extended JWindow and added code to make it resizable and to 'cut out' the ...
1
© 2022 - 2024 — McMap. All rights reserved.