
-----------------------------------
The_$hit
Mon Apr 18, 2005 5:50 pm

microsoft publisher
-----------------------------------
My teacher is making us use microsoft publisher to create a website. Does any one know of any way to incorperate  a small java program into a microsoft publisher web page?

-----------------------------------
rizzix
Mon Apr 18, 2005 6:52 pm


-----------------------------------
applets... speaking of which do you know how to program in java?.. or are u using a program created by someone else.

-----------------------------------
The_$hit
Mon Apr 18, 2005 9:27 pm


-----------------------------------
i am learning the syntax of java so it would be a program that i am making. nothing complicated.

-----------------------------------
Tony
Mon Apr 18, 2005 9:32 pm


-----------------------------------
publisher? not FrontPage? :? 

ether way -- design your site, then just paste in a desired HTML tag after :wink:

-----------------------------------
The_$hit
Tue Apr 19, 2005 1:02 pm


-----------------------------------
What is the tag that is to be used? What would you need to add to make java code into an applet?

-----------------------------------
wtd
Tue Apr 19, 2005 9:47 pm


-----------------------------------
What is the tag that is to be used? What would you need to add to make java code into an applet?

You're need to use the JApplet class in Javax.swing.  Look at the init and paint methods, if memory serves.

-----------------------------------
The_$hit
Wed Apr 20, 2005 6:44 am


-----------------------------------
do you know the HTML tag that is used to include the Java code?

-----------------------------------
Tony
Wed Apr 20, 2005 2:01 pm


-----------------------------------





For more in-depth, consult [url=http://java.sun.com/docs/books/tutorial/applet/appletsonly/html.html]Sun
