com.sun.pdfview
public class FullScreenWindow extends java.lang.Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the full screen window.
|
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 display