PDA

View Full Version : Java Project Idea



x1a4
July 7th, 2007, 08:02 PM
Create a Java Applet to run OpenOffice.org inside the Browser.

angustia
July 7th, 2007, 08:31 PM
mmm

with xlib i think, you can create a program that displays the main window of another program, so you can create a plugin that runs any program inside the browser.

x1a4
July 7th, 2007, 09:30 PM
Which of these classes would come in handy to start a project like this:?
java.applet
java.awt
java.beans


I would imagine at least

java.applet
java.awt.datatransfer
java.awt.event
java.awt.graphics