I'm trying to implement visible line numbers in a code editor. I don't want the numbers to be part of the code. So, my first approach is to create a JTextArea to the left of the main editor area that will listen to the text length changes and display the appropriate sequence of line numbers. If someone has done something similar or has any ideas to give me, I would appreciate it.
Panos _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To change your membership options, refer to: http://www.sys-con.com/java/list.cfm
