Graph « JLabel « Java Swing Q&A





1. How best to display JGraphX?    stackoverflow.com

Is it possible to display a JGraphX by adding it to a JLable? Much of testJGraphX (below) is taken from the JGraphX Hello World example, but the graph is not displayed in ...

2. Putting labels on the side of a graph    java-forums.org

Hey, I'm just finishing off a GUI on which are some graphs. These are drawn via the awt and awt.geom libraries and will take input data. The problem I'm having is that I can get a label which says 0 on the bottom left of the graph at the axis, but I can't seem to get a label on the top ...