awt
How to turn on logging for AWT
I have a performance p开发者_如何转开发roblem that makes mouse events stack up in a strange way. My profiling tool says that the AWT thread is very occupied all the time.[详细]
2023-04-06 21:56 分类:问答how to disable system keyboard handling in Java AWT Application?
How can i disable such keys and their combinations开发者_Python百科 as, for example, Alt ; Alt + F4 and others in my Java AWT application?[详细]
2023-04-06 21:10 分类:问答isGUIInitialized() is false, now what?
I been looking at some code and I find people doing public static void main(String[] args) { new ExampleCode();[详细]
2023-04-06 20:14 分类:问答inserting char arrays in buttons
I\'m trying to put the alphabet in different buttons, but I cant make it work. My code looks like this:[详细]
2023-04-06 09:07 分类:问答Way to force KDE to not allow minimization of Java JDialog elements?
I have a Java application that uses JDialog boxes for displaying certain information.The JDialog boxes are not minimizable (and shouldn\'t be), but we\'ve run into a problem specific to Linux KDE desk[详细]
2023-04-05 16:03 分类:问答How to find a button source in AWT (calculator homework)
We were asked to make a simple GUI calculator, I used getSource() to detect the buttons, cause that\'s what they taught us. It works by typing the 1st and 2nd value then choosing the operation, it wor[详细]
2023-04-05 12:01 分类:问答Closing a frame from an applet
I\'m trying to make a console for a java game, in an applet. The console is an independant Frame with a TextArea, used to show loading/downloading progression.[详细]
2023-04-04 08:38 分类:问答In java, JFrame is Heavy Weight Component or Light Weight Component?
I Know Swing开发者_如何学C is considered lightweight because it is fully implemented in Java, without calling the native operating system for drawing the graphical user interface components.[详细]
2023-04-04 05:26 分类:问答Correctly handling a Reload and Restart from the AppletViewer
When my applet starts up the first time from a clean environment, things work the way I expect them to. I spawn two threads, one for generic processing, and one for graphics. I do all GUI manipulation[详细]
2023-04-04 01:51 分类:问答Java GUI frameworks. What to choose? Swing, SWT, AWT, SwingX, JGoodies, JavaFX, Apache Pivot? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-03 21:50 分类:问答