How to write modular code in netbeans java swing apllications?

Posted by rgksugan on Stack Overflow See other posts from Stack Overflow or by rgksugan
Published on 2010-05-10T06:54:50Z Indexed on 2010/05/10 7:24 UTC
Read the original article Hit count: 278

Filed under:
|
|
|

I am creating my java Swing application in Netbeans. At present there are more than 2000 lines of code. Is it right to have these many number of lines in a single file. Moreover the IDE has become slow when i am editing this file. Is there any way to overcome this?

© Stack Overflow or respective owner

Related posts about java

Related posts about netbeans