-
Making Java GUI code open source?
Hi I am a beginner to Java. I was wondering if this was possible.
Say I write a calculator applet to host on my website for other users to use. Can I make just the GUI code open source so users can modify the appearance of the applet and then save the GUI code to their usernames on the web server, so the next time they logon, the changed calculator appearance will be stored on the web server already. However, the core code should remain the same so new users who sign up won't be using some else's Calculator GUI code.
-
You can pass parameters from your HTML code to define any aspect of an applet. You could make it so when a user logs in, those values will be recalled from a file, for example.
Similar Threads
-
By padasalgi in forum Web
Replies: 1
Last Post: 08-25-2005, 02:34 PM
-
By Anonymous in forum Open Source
Replies: 0
Last Post: 04-24-2002, 01:20 AM
-
By 1ovthafew in forum Java
Replies: 1
Last Post: 02-01-2002, 11:01 AM
-
By Anonymous in forum Java
Replies: 0
Last Post: 01-31-2002, 11:25 PM
-
Replies: 9
Last Post: 06-28-2001, 11:36 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks