| |
|
| javax.swing.JFrame examples.advanced.MemoryView
MemoryView | public class MemoryView extends javax.swing.JFrame (Code) | | Frame to display amount of free memory in the running application.
Handy for use with the IDE's internal execution. Then the statistic
of free memory in the whole environment is displayed.
|
MemoryView | public MemoryView()(Code) | | Initializes the Form
|
addNotify | public void addNotify()(Code) | | Starts the timer.
|
removeNotify | public void removeNotify()(Code) | | Stops the timer.
|
|
|
|