Class DeveloperToolsPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class DeveloperToolsPanel extends JDialog
Developer tools panel for toggling diagnostic features and viewing logs.

Opens as a popup dialog when F12 is pressed. Provides:

  • Checkboxes to toggle debug settings
  • A scrollable log viewer showing captured debug output
  • A button to clear the log buffer
See Also:
  • Constructor Details

    • DeveloperToolsPanel

      public DeveloperToolsPanel(Frame parent, DeveloperTools developerTools, DebugLogBuffer debugLogBuffer)
      Creates and displays a developer tools panel.
      Parameters:
      parent - the parent frame (for centering)
      developerTools - the developer tools to control
      debugLogBuffer - the log buffer to display