Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to add a MS extened control in a applet


  • From: haocheng99_java@xxxxxxxxxxx (Hao Cheng)
  • Subject: how to add a MS extened control in a applet
  • Date: Fri, 29 Oct 1999 17:15:49 PDT

Visual J++ 6.0, Win NT

Hi, I want to add a MS extended control,e.g., TreeView to an applet. I tries 
two ways in the init() of the applet class.

first i tried the
                  add(myTreeView),
this is what to do for java.awt.* control, but this doesn't compile.

second, i tried
                  myTreeView.setLocation(100,100);
		myTreeView.setSize(20,20);
this compiles, but i could not see the tree.

anyone could help? another question is can i use the MS extended control in 
an applet? and could I mix it with the java.awt.* control?

Thanks a lot.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx