Searched refs:MemoryPanel (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DMemoryViewer.java32 /** Wraps a MemoryPanel with a field allowing the user to type in an
38 final MemoryPanel memory = new MemoryPanel(debugger, is64Bit);
H A DMemoryPanel.java39 public class MemoryPanel extends JPanel { class in inherits:JPanel
81 public MemoryPanel(final Debugger debugger, boolean is64Bit) { method in class:MemoryPanel

Completed in 67 milliseconds