Tagged Questions

1
vote
4answers
37 views

Enabling/disabling an AWT Button

Dear All, I wrote the following piece of code, which is supposed to return a panel with one checkbox and one button. The idea is that the button should be enabled only if the check …
2
votes
3answers
80 views

Convert a list java.awt.geom.Point2D to a java.awt.geom.Area

I have a set of points that i want to turn into a closed polygon in Java. I'm currently trying to use java.awt.geom.Point2D and java.awt.geom.Area but can't figure out how to turn …
1
vote
3answers
58 views

Create a ImageIcon that is the mirror of another one.

Hi, I'll like to know if there is a way to create a ImageIcon that is the mirror of another ImageIcon. Searching on Google, I found how to do it by using many AWT libraries. Is …
0
votes
2answers
34 views

Java AWT/Swing: Get notified on change of position/size of my window

Hello I've got a window and I would like to get notified when the position or the size has changed. Which type of listener ist the best to take? WindowListener didn't work for me …
0
votes
4answers
3k views

Force a full Java applet refresh (AWT)

I have a Java Applet that uses AWT. In some (rare) circumstances, the platform does not refresh the screen properly. I can move or minimize/maximize the window and see that my appl …
0
votes
5answers
142 views

Why is paint()/paintComponent() never called?

For the last two days I have tried to understand how Java handles graphics, but have failed miserably at just that. My main problem is understanding exactly how and when paint() ( …
8
votes
1answer
2k views

“Always on Top” Windows with Java

In Java, is there a way to have a window that is "Always on top" regardless if the user switches focus to another application? I've searched the web, and all of the solutions lean …
2
votes
1answer
37 views

Is it possible to have 2 JPanels in a Border layout at the same location?

Hi All, I'm writing a game which uses a border layout with a JPanel using BorderLayout.CENTER. What I'd like to be able to do is sometimes hide this panel and replace it with an …
1
vote
2answers
65 views

What does Container.validate() method do?

There seems to be many methods in Java awt Container class that are related to validate. Apparently they don't do data validation. Is it useful for a Swing developer in any cases? …
0
votes
3answers
45 views

Listening to all JInternalFrame events - Java

Hi, I'm trying to internationalise a Java applet and with that, support scripts which are written from right to left. I want to set up component orientations for all java componen …
1
vote
1answer
30 views

Flicker free AWT application

I'm trying to write a silly little app using Java and AWT. It simply runs and animates some shapes, so as a first step, I created a simple app that clears a canvas with fillRect e …
0
votes
1answer
32 views

Java awt applet with Microsoft JVM white screen

I have a java chat applet that's compatible with JDK1.1 so it works well even with Microsoft JVM. the thing is, sometimes the chat area within the applet becomes white and messed …
0
votes
3answers
37 views

Java AWT applet white screen when resizing window

I have a java applet built using awt. I draw some text on a panel object and everything goes fine. but when resizing the windows all the text disappears. this behaviour is differ …
0
votes
0answers
15 views

Modality issue in SWT_AWT bridge

I am using EmbeddedSwingComposite (built on SWT_AWT bridge) which is mentioned in the following article : http://www.eclipse.org/articles/article.php?file=Article-Swing-SWT-Integra …
1
vote
2answers
88 views

Repaint frame when resized?

How would I force a Frame to repaint() immediately after it is maximized, or resized? I can't find what method is called when that specific operation takes place. I have a bunch o …

1 2 3 4 5 8 next
15 30 50 per page