View Single Post
Join Date: Nov 2008
Posts: 328
Reputation: quuba is on a distinguished road 
Solved Threads: 51
quuba quuba is offline Offline
Posting Whiz

Re: Help with an error...

 
0
  #5
Nov 18th, 2008
  1.  
  2. add(banner, BorderLayout.NORTH);
  3. add(deck, BorderLayout.WEST);
  4. add(truck, BorderLayout.CENTER);
  5. add(wheel, BorderLayout.EAST);
  6. add(extra, BorderLayout.SOUTH);
  7. ///
  8. adding a window to a container!
redefine Your classes as ...
  1.  
  2. public class ...Panel extends JPanel // NOT JFrame
quuba
Reply With Quote