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


Variable Index

 o Bigger
 o Bold
 o Font
 o Image
 o Italic
 o Page
 o Paragraph
 o Smaller
 o Underline

Constructor Index

 o FormatMenu(Mozart)

Variables

 o Page
 public static final String Page
 o Paragraph
 public static final String Paragraph
 o Image
 public static final String Image
 o Font
 public static final String Font
 o Bold
 public static final String Bold
 o Underline
 public static final String Underline
 o Italic
 public static final String Italic
 o Bigger
 public static final String Bigger
 o Smaller
 public static final String Smaller

Constructors

 o FormatMenu
 public FormatMenu(Mozart mozart)