| javax.swing.JFrame examples.texteditor.Ted
Ted | public class Ted extends javax.swing.JFrame (Code) | | This class is an entry point of the simple text editor.
It creates and shows the main application frame.
|
Constructor Summary | |
public | Ted() Ted constructor. |
Ted | public Ted()(Code) | | Ted constructor.
It initializes all GUI components [menu bar, menu items, editor pane, etc.].
|
main | public static void main(java.lang.String[] args)(Code) | | Starts the application.
Parameters: args - Application arguments. |
|
|