Class FormatMenu
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----javax.swing.AbstractButton
|
+----javax.swing.JMenuItem
|
+----javax.swing.JMenu
|
+----FormatMenu
- public class FormatMenu
- extends JMenu
The application's Format Menu. Contains functions for changing
formatting of the document (Fonts, bold, underline, etc)
View Source File
-
Bigger
-
-
Bold
-
-
Font
-
-
Image
-
-
Italic
-
-
Page
-
-
Paragraph
-
-
Smaller
-
-
Underline
-
-
FormatMenu(Mozart)
-
Page
public static final String Page
Paragraph
public static final String Paragraph
Image
public static final String Image
Font
public static final String Font
Bold
public static final String Bold
Underline
public static final String Underline
Italic
public static final String Italic
Bigger
public static final String Bigger
Smaller
public static final String Smaller
FormatMenu
public FormatMenu(Mozart mozart)