java - Adding subview from GUI to custom class using Netbeans -


i'm using netbeans , gui builder.

i have form jframetest. created personpanel jpanel class. dragged-dropped jframetest created netbeans. jframetest used netbeans contains auto-generated code.

what want add example jtable custom personpanel jpanel class , have jtable code inside. now, when i'm dragging swing subviews jtable inside custom class, code generated in jframetest class created netbeans.

how can ?


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -