Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

private void initComponents(){} Error - Code too large

807588Apr 29 2009 — edited Apr 29 2009
I am doing java project using netbean 6.5. It has frame contaning a jtabbedPane.
This tabbed contain 10 tabs.Each tab has contain of labels,textboxes,option button...etc.
my private void initComponents() method has all most 5000 code line.problem is when i try to
add more components in to tabbed it won't compile & gives private void initComponents(){} - Code too large error.
How can i escape from this?
Can anyone HELP me?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2009
Added on Apr 29 2009
3 comments
1,357 views