Re: why does jbuilder create a appl and a frame
Posted By:
Paul_Thomas
Posted On:
Thursday, June 5, 2003 06:13 AM
Look up the Model View Controller design pattern. You should always try to separate the functionality of a program from the GUI code.
Paul