Einzelnen Beitrag anzeigen
Alt 22.01.2002, 14:06   #2
Flink
Hero
 
Registriert seit: 29.08.2001
Alter: 57
Beiträge: 904


Flink eine Nachricht über ICQ schicken Flink eine Nachricht über Skype™ schicken
Frage wo liegt das Problem

setVisible

Frame f = new Frame(GraphicsConfiguration gc);
Rectangle bounds = gc.getBounds();
f.setLocation(10 + bounds.x, 10 + bounds.y);
...
f.setVisible(true);



----------------------------------------
public void setVisible(boolean b)
Shows or hides this component depending on the value of parameter b.

Parameters:
b - if true, shows this component; otherwise, hides this component
Since:
JDK1.1
See Also:
isVisible()
____________________________________
Bibel
Flink ist offline   Mit Zitat antworten