I have a JPanel that contains an image. I want to draw rulers on the JPanel's borders. How can it be done or where should I look for some hints?
+2
A:
Scroll panes can only use their own custom decorations. There's information on the official site, maybe you can use this?
Pool
2009-06-09 14:42:50
did you found this example source on the sun site ?
2009-06-10 09:45:11
Here http://java.sun.com/docs/books/tutorial/uiswing/examples/components/index.html#ScrollDemo
Pool
2009-06-10 10:30:30