Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 microsoft publisher
Index -> Programming, Java -> Java Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
The_$hit




PostPosted: Mon Apr 18, 2005 5:50 pm   Post subject: 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?
Sponsor
Sponsor
Sponsor
sponsor
rizzix




PostPosted: Mon Apr 18, 2005 6:52 pm   Post subject: (No subject)

applets... speaking of which do you know how to program in java?.. or are u using a program created by someone else.
The_$hit




PostPosted: Mon Apr 18, 2005 9:27 pm   Post subject: (No subject)

i am learning the syntax of java so it would be a program that i am making. nothing complicated.
Tony




PostPosted: Mon Apr 18, 2005 9:32 pm   Post subject: (No subject)

publisher? not FrontPage? Confused

ether way -- design your site, then just paste in a desired HTML tag after Wink
The_$hit




PostPosted: Tue Apr 19, 2005 1:02 pm   Post subject: (No subject)

What is the tag that is to be used? What would you need to add to make java code into an applet?
wtd




PostPosted: Tue Apr 19, 2005 9:47 pm   Post subject: (No subject)

The_$hit wrote:
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




PostPosted: Wed Apr 20, 2005 6:44 am   Post subject: (No subject)

do you know the HTML tag that is used to include the Java code?
Tony




PostPosted: Wed Apr 20, 2005 2:01 pm   Post subject: (No subject)

HTML:

<APPLET CODE=AppletSubclass.class WIDTH=anInt HEIGHT=anInt>
</APPLET>


For more in-depth, consult Sun
Sponsor
Sponsor
Sponsor
sponsor
Display posts from previous:   
   Index -> Programming, Java -> Java Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 8 Posts ]
Jump to:   


Style:  
Search: