Coordinate « JPanel « Java Swing Q&A





1. How can I draw on JPanel using another quadrant for the coordinates?    stackoverflow.com

I would like to draw some shapes on a JPanel by overriding paintComponent. I would like to be able to pan and zoom. Panning and zooming is easy to do with ...

2. JComponent JPanel Zoom, pan and Coordinates Question    stackoverflow.com

I have a JPanel with an vector image that the user can zoom and pan on. Overlaying this image is a (transparent) JComponent, which I allow the user to annotate the ...

3. Java popup, Jpanel and PopupFactory - update x and y coordinates    stackoverflow.com

I have a Jpanel, which I want to add a info popup on right click. So, the coordinates of the popup can change. However, when I add a popup ...

4. JPanel Coordinates    coderanch.com

5. X&Y Coordinate Drawing on jPanel    java-forums.org

Hi Everybody I have a little problem what I am trying to do is enter the X coordinates into one jTextField and Y coordinate into another jTextfield and when I press GO! jButton it displays it on the jPanel, and then next depending on the location and those two points need to be joined bu a line; for jPanel we can ...

6. jpanel coordinate centering    forums.oracle.com