> Java > tools > debug
> Java > tools > debug
by ZweiBieren Package com.physpics.tools.debug brown wrench over yellow circle

These debugging tools reveal the sorts of difficulties I have had using Javax/Swing:

  • performance
  • component trees, especially their screen sizes
  • HTML document trees
  • event processing
src Jdoc class note
Java steaming cup doc with "J" DebugTools.java Provides tools for logging mouse events, printing the call stack, and showing the size data for AWT components.
Java steaming cup doc with "J" ElapsedTime.java Create and print strings for time elapsed from a given starting point.
Java steaming cup doc with "J" Image2Hex.java Convert some or all of an image to hex for inspection.
Java steaming cup doc with "J" ObjectName.java Produce a printable String describing an object. Ranges from just a name for simple objects to a tree for a complex object.
 
Copyright © 2021 ZweiBieren, All rights reserved. Aug 3, 2021 18:38 GMT Page maintained by ZweiBieren