Swing Explorer is a tool for Swing developers helping to visually explore swing based application internals. It recognizes Swing components when user moves mouse over them and provides additional information about currently selected component (layout, size, coordinates and other things). Additionally it allows to view basic graphical operations used to draw swing components like DebugGraphics does, but in more convenient for the user way. I have already alpha quality implementation having mentioned above functionality and something more.