Help needed for some Java Development
Can someone please point me in the right direction to create a visio like application in Java.
What i plan to do is have a tool palete with a drawing workspace where i can drag and drop controls and connect them together.
I just need something very basic.
If there are any code samples or websites please help!
Re: Help needed for some Java Development
If you don't even know where to start, then chances are you should start simpler. Where are you stuck? What do you have so far? You've posted this in the "what's wrong with my code" forum- where's your code?
I'd suggest you start by going through the Swing tutorials. Note that this should take weeks, not hours or days.
Re: Help needed for some Java Development
Hi Thanks for getting back to me, i have nothing as yet but working on it. Do i need to look at Java Swing classes?
Quote:
Originally Posted by
rizzy73
Can someone please point me in the right direction to create a visio like application in Java.
What i plan to do is have a tool palete with a drawing workspace where i can drag and drop controls and connect them together.
I just need something very basic.
If there are any code samples or websites please help!
Re: Help needed for some Java Development
Like I said, I'd recommend starting with the Swing tutorials. This is the first result for googling "swing tutorials": Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)