FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Integration
(Moderators: fry, REAS)
   JFrames and Processing
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: JFrames and Processing  (Read 918 times)
fphunct

WWW
JFrames and Processing
« on: Apr 7th, 2004, 6:25pm »

Is it possible to add BApplet to a JFrame?  Or a JFrame to a BApplet?  I believe they're both toplevel containers but I just want to know if there's an easy way of creating dropdown menus, scrollbars, and etc in P5.
 
Thanks in advance.
jim soliven
 
fry


WWW
Re: JFrames and Processing
« Reply #1 on: Apr 7th, 2004, 6:49pm »

you'd probably want to move to using Eclipse, but it shouldn't be too much trouble to add a BApplet to a JFrame. info on eclipse, and adding a main() method to your code (for use with a JFrame) are elsewhere on the board--check out the eclipse thread, and the other one on full screen applets.
 
fphunct

WWW
Re: JFrames and Processing
« Reply #2 on: Apr 7th, 2004, 7:39pm »

Thanks.  It works.  Although I used JBuilder instead of Eclipse.
 
Pages: 1 

« Previous topic | Next topic »