I have the need to serialize an Are开发者_Go百科a object (java.awt.geom.Area) in a socket. However it doesn\'t seem to be serializable. Is there a way to do such thing? Maybe by converting it into a d
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
is there a way to hack bugs related to adding an AWT component (in my case a PApplet, so a processing language sketch) inside a JInternalFrame?
I have a question about the \'Event Dispatch Thread\'. I have a Main class that is also a JFrame. It initialises the rest of the components in the code, some of them do not involve Swing and some of t
I\'m trying to set java.awt.headless=true during the application startup b开发者_如何学Pythonut it appears like I\'m too late and the non-headless mode has already started:
This may be a stupid question, but I have to ask! I have the following code snippets that are supposed to run their corresponding methods when the user interacts with objects.
Sorry if this question willsound too chaotic, feel free to edit it. I have an application made entirely in netbeans, which uses SingleFrameApplication and auto-generated the GUI code, named \"MyApp\"
I had a problem envolving a mixing of lightweight and heavyweight components in java. Weird swing heavyweight & lightweight mixing problem
I have never been able to figure this one out; the usual suspects don\'t work. Given: FileDialogdlg=null;
I am trying to implement a JScrollPane with a JTextArea. The JTextArea is being appended to, and I want the JScrollPane to keep scrolling down as more text is added. How can this 开发者_Python百科be a