| |
|
| javax.swing.JDialog org.columba.core.gui.util.AboutDialog
Inner Class :protected static class MemoryPanel extends JPanel | |
Inner Class :protected static class MemoryMonitorThread extends Thread | |
Constructor Summary | |
protected | AboutDialog() Creates a new dialog. |
AboutDialog | protected AboutDialog()(Code) | | Creates a new dialog. This constructor is protected because it should
only get called from the static getInstance() method.
|
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | Called when the user clicks the "Close" button.
|
getInstance | public static synchronized AboutDialog getInstance()(Code) | | AboutDialog method
instance of AboutDialog() |
init | protected void init()(Code) | | init method
|
showTab | public void showTab(int index)(Code) | | Shows the tab with the given index.
|
|
|
|