java - Netbeans - How to take out a Jpanel from JFrame and make it a class? -
i made complex gui in jframe form form editor. there several jpanels within frame.
now thinking of reusing of jpanels in other jframes. know possible re-create , paste jpanel, want factoring out jpanel create class. possible in netbeans?
edit: advices, helpful, not solving problem. still need factor out panel. if have panel several kid panels inside. (eg: tabbed panel) design each of kid panel separately instead of doing them in single class. that's understanding of oop. did not @ first place because not familiar netbeans nor designer. realize need reuse of kid panels. able factor out code each panel , create class without redoing work? used gridbaglayout.
java swing netbeans
No comments:
Post a Comment