| Summary: | Running Applet - Using HTML or properties file | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Omry Yadan <public> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 2.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Omry Yadan
just a clearification: My applet takes parameters from the Applet tag, of course - not from the properties file. applet launching is contributed by JDT-Debug. Being able to point an Applet launcher to a HTML file is a common function in Java IDEs. True. but entering parameters into a properties file (key = value) is much more convenient than entering them into an applet tag (<param name="key" value = "value">) of course, some applet parameters does not belong to the parameters file, such as size and class, as they are parameters for the launcher and not for the application - as I see it, those should come from the gui. Marking as 2.1 candidate Deferred for post 2.1 re-open to mark as dup |