I'm using IDEA 6.x and trying to call DrawPanel.
import javax.swing.JFrame;
DrawPanel panel = new DrawPanel();
For some reason its unavailable anyone know what could becausing this? I'm
using JSDK 1.5.x
Thanks in advance.
---
Rodrick R. Brown
> I'm using IDEA 6.x and trying to call DrawPanel.
??
> import javax.swing.JFrame;
> DrawPanel panel = new DrawPanel();
>
> For some reason its unavailable anyone know what could becausing this?
Drugs are making you imagine things?
>...I'm
> using JSDK 1.5.x
I found a variety of references to classes called DrawPanel*,
but those 'DrawPanel' codes are not part of the J2SE.
* e.g.
<http://java.sun.com/applets/jdk/1.4/demo/applets/DrawTest/DrawTest.java>
Andrew T.