private void initComponents(){} Error - Code too large
807588Apr 29 2009 — edited Apr 29 2009I 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?