Is there an equivalent to the C# form load event
807601Feb 14 2008 — edited Feb 14 2008I was wondering if there is an equivalent to the C# form load event. I have some controls that I would want to be initialized with default values. But there seems to be no notion of a form. I notice a JPanel only and the events don't seem to match a form load event.