Class Summary |
MBoldLabel |
A JLabel that the text is bold by default. |
MComboBox |
This is a class that inherits JPanel and holds a merger of a JList and
JComboBox. |
MHyperlinkLabel |
A JLabel that looks like a HTML website hyperlink and can set it to load a
URL when clicked. |
MMenuBuilder |
This class ia a menu builder class that gives you an easy way to create a JMenuBar
without a bunch of code. |
MMenuItem |
This is a JMenuItem that takes in a filename for a large and small image
and make it the image for this menu item. |
MPropertiesTable |
This class creates a properties table (like the Properties view in Visual
Basic) and can allow the user the modify certain properties. |
MRadioButton |
A JRadioButton that holds MacroListeners which can be used to generate certain
events in the GUI. |
MScrollPane |
MScrollPane is a JScrollPane with the contents taken in through the
constructor. |
MTextArea |
A JTextArea object that has a right-click menu with the following options:
Cut
Copy
Paste
Delete
Select All
Right-click menu cannot be modified, but can be overwritten. |
MTextField |
A JTextField object that has a right-click menu with the following options:
Cut
Copy
Paste
Delete
Select All
Right-click menu cannot be modified, but can be overwritten. |
MTitlePanel |
This is a JPanel that takes in a name and content wrapped in a TitledBorder. |
MToolbar |
A JToolBar that provides a popup menu when right-clicked that let's the
user choose whether or not they want Icons, Icons and Text, or Text. |
MToolbarButton |
This ToolbarButton class is a class that inherits JButton and simulates
functions that would be useful for a button on a JToolBar. |