| |
|
| javax.swing.JFrame org.openjx.display.JXWindow
JXWindow | public class JXWindow extends JFrame (Code) | | This class contains the JXViewer when OpenJX is run in application mode.
author: Jared Spigner |
Constructor Summary | |
public | JXWindow(JXViewer jxViewer) This is the constructor for the JXWindow class. |
Method Summary | |
public void | centerScreen() This method simply centers the window on the computer's screen. |
JXWindow | public JXWindow(JXViewer jxViewer)(Code) | | This is the constructor for the JXWindow class. It creates a new
instance of JXWindow.
Parameters: jxViewer - points to an instance of the JXViewer class. |
centerScreen | public void centerScreen()(Code) | | This method simply centers the window on the computer's screen.
|
|
|
|