|
NetBeans, Swing Initialization Event ?
Hi,
I'm making an application in Netbeans using Swing, is there an event that gets executed when the form is initialized?
I need this event to set properties to various objects on my form/panel ?, in .Net this is the form_load event. What's swings initialization event ?
|