The Artima Developer Community
Sponsored Link

Java Answers Forum
Java applet to draw graphics Objects

1 reply on 1 page. Most recent reply: Mar 8, 2006 3:00 AM by Badsoul Hay

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Badsoul Hay

Posts: 8
Nickname: bsh
Registered: Jan, 2006

Java applet to draw graphics Objects Posted: Mar 8, 2006 2:50 AM
Reply to this message Reply
Advertisement
I am doing a project where I have written a driver applet which gets data from a device using the socket programming. I have successfully got the data and stored in the driver in the from of byte array. I have also created some display applets which intereact with the driver applet and read the data and display it. Data can be Integer, Real, String etc.

While configuring the dispaly objects, parameters are passed to tell the object from where to read the data and what format it is available in. The object just gets the data and display it.

Now I want to create a Graphics Library of Java applets whereby the Graphics Objects can be easily be used in the HTML pages and be configured to tell from where it can get the data from the driver. It has to just display it in graphic form.

The Library could have object to display BarGraph, Line graph, Circle with a Color selected, etc etc

I want to make a big library of objects. Coding for each graphic object would be re-inventing the wheel.

If someone would tell me where I can get ready to use applets with source code, so that it can be modified according to my needs. That would save a lot of time for me.

Thanks in advance!


Badsoul Hay

Posts: 8
Nickname: bsh
Registered: Jan, 2006

Re: Java applet to draw graphics Objects Posted: Mar 8, 2006 3:00 AM
Reply to this message Reply
Yes. Once the Java Applet Graphics Library is ready, I want to create a front-end to these applets so that the users of this library, who do not know how to program in HTML can also use the Library to Access the data from the device and write HTML code for the same.

One of the ways to do it would be to ask users to use MS-FrontPage and make the HTML pages. OR make macros in FrontPage and give it to the users.

But if I don't want my user to get stuck with MS Packages only, what other solution can I provide.

Suggestion and help appreciated!

Flat View: This topic has 1 reply on 1 page
Topic: Access to elements of a panel Previous Topic   Next Topic Topic: how do you change an integer into a double?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use