|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pdfview.FullScreenWindow
public class FullScreenWindow
A window that takes over the full screen. You can put exactly one JComponent into the window. If there are multiple screens attached to the computer, this class will display buttons on each screen so that the user can select which one receives the full-screen window.
Constructor Summary | |
---|---|
FullScreenWindow(javax.swing.JComponent part)
Create a full screen window containing a JComponent. |
|
FullScreenWindow(javax.swing.JComponent part,
boolean forcechoice)
Create a full screen window containing a JComponent, and ask the user which screen they'd like to use if more than one is present. |
Method Summary | |
---|---|
void |
close()
Close the full screen window. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FullScreenWindow(javax.swing.JComponent part, boolean forcechoice)
part
- the JComponent to displayforcechoice
- true if you want force the display of the screen
choice buttons. If false, buttons will only display if the user
hasn't previously picked a screen.public FullScreenWindow(javax.swing.JComponent part)
part
- the JComponent to displayMethod Detail |
---|
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |