Drawing on JFrame / JPanel in Netbeans
807600May 11 2007 — edited May 11 2007Hello All,
I'm writing a project in NetBeans 5.5, and I need to draw some graphics onto my form, or even more preferable my panels. I've drawn on stuff before in java using the .drawRect etc. method, and although this is fairly simply, I'm now using NetBeans and can't figure out how to do it! I realize that these forums are mostly for java-specific, as oposed to IDE-related questions, but I was wondering if anyone can tell me how to use these methods-or one similar to them in the NetBeans IDE (using a Jpanel or JFrame). Thanks so much! Any help is greatly appreciated.
-Robert