| | |
business online app/business graphic app
![]() |
•
•
Join Date: Oct 2005
Posts: 17
Reputation:
Solved Threads: 0
Ok...how bout in java
Hi evry1,
i need opinion here...im thinking of developing app whether online or for desktop...something like the following
1) http://www.netsuite.com/portal/products/main.shtml
2) http://www.smartdraw.com/exp/flo/home/
For 2), can you pin-point what should i use to create flow-chart, the nice-looking gui, graphic, drag n drop func(desktop app)...what bout for online app???
For 1) ...where do I start to achieve these:
**http://www.netsuite.com/portal/produ...i_meters.shtml
**
Ok...thanks in advance for ur reply
Hi evry1,
i need opinion here...im thinking of developing app whether online or for desktop...something like the following
1) http://www.netsuite.com/portal/products/main.shtml
2) http://www.smartdraw.com/exp/flo/home/
For 2), can you pin-point what should i use to create flow-chart, the nice-looking gui, graphic, drag n drop func(desktop app)...what bout for online app???
For 1) ...where do I start to achieve these:
**http://www.netsuite.com/portal/produ...i_meters.shtml
**
Ok...thanks in advance for ur reply
I don't think office type applications (wordprocessors, spreadsheets) work well in a browser environment.
The client is too restrictive.
For your other question: D&D is built in these days, just read some books on Swing.
Charting components are to be found all over the web, search engines are your friend.
The client is too restrictive.
For your other question: D&D is built in these days, just read some books on Swing.
Charting components are to be found all over the web, search engines are your friend.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
•
•
Join Date: Oct 2005
Posts: 17
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by eliauction
the business graphic software for desktop app...example like the image shown
http://www.smartdraw.com/product/flo/index.htm
so is it a wise idea to do it in java...with gr8 interface
thanks in advance
•
•
Join Date: Oct 2005
Posts: 17
Reputation:
Solved Threads: 0
what i meant is..
does using java in creating gui desktop application like the SmartDraw Flowchart application or similar application like real player would be troblesome and very difficult .I've read somewhere in the internet that to create a gui desktop application with java would be very troublesome...
hope thats clear enough
does using java in creating gui desktop application like the SmartDraw Flowchart application or similar application like real player would be troblesome and very difficult .I've read somewhere in the internet that to create a gui desktop application with java would be very troublesome...
hope thats clear enough
It's no more difficult than in any other high power language once you know what you're doing.
It does take some learning though, as the programming paradigms that underlie the Swing toolkit are quite different from what you'd expect from for example Delphi or Visual C++.
Especially the layout manager concept (instead of absolute positioning and sizing of controls) seems to have many people baffled for a while, but it's vital for the proper functioning of a GUI application in a multi-OS environment.
After writing applications using Turbo Vision for DOS it's a breeze though
It does take some learning though, as the programming paradigms that underlie the Swing toolkit are quite different from what you'd expect from for example Delphi or Visual C++.
Especially the layout manager concept (instead of absolute positioning and sizing of controls) seems to have many people baffled for a while, but it's vital for the proper functioning of a GUI application in a multi-OS environment.
After writing applications using Turbo Vision for DOS it's a breeze though
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
•
•
Join Date: Jun 2004
Posts: 2,108
Reputation:
Solved Threads: 18
Shouldn't be any different than writting something in a different language. If you are writting an online app, then java's probably the way to go. If you're worried about speed, then you shouldn't be. Since Java 1.4, it uses the Hotspot VM by default, which does pretty much the same as the .Net engine. The .Net engine simply compiles modules as it loads them. Hotspot compiles code that is frequently used only, thereby saving loads of memory and reducing startup time.
•
•
Join Date: Oct 2005
Posts: 17
Reputation:
Solved Threads: 0
rewritten post:
how bout icons that i created myself?
An Icon is used to describe fixed-size pictures, or glyphs. Typically, you embed icons in a JButton or other JComponent. Objects that can act as icons implement the Icon interface, shown below. It contains a paintIcon() method that specifies a drawing origin. You render the picture specified in the paintIcon() method in a rectangle whose size cannot exceed a rectangle with an origin at (x, y), a width of getIconWidth(), and a height of getIconHeight(). The Component parameter to paintIcon() is not usually used, unless you need to specify additional information, such as a font or color.
Am i on the right track?
and non-standard windows layout: example nero/real player layout;
how can i do that?
please advice ...
thanks in advance
how bout icons that i created myself?
An Icon is used to describe fixed-size pictures, or glyphs. Typically, you embed icons in a JButton or other JComponent. Objects that can act as icons implement the Icon interface, shown below. It contains a paintIcon() method that specifies a drawing origin. You render the picture specified in the paintIcon() method in a rectangle whose size cannot exceed a rectangle with an origin at (x, y), a width of getIconWidth(), and a height of getIconHeight(). The Component parameter to paintIcon() is not usually used, unless you need to specify additional information, such as a font or color.
Am i on the right track?
and non-standard windows layout: example nero/real player layout;
how can i do that?
please advice ...
thanks in advance
![]() |
Similar Threads
- a SmartDraw like app (C++)
Other Threads in the Java Forum
- Previous Thread: MySQL drivers not loading?
- Next Thread: getting contact list over pop3 server
| Thread Tools | Search this Thread |
911 addball addressbook android api append applet application apps array arrays automation binary bluetooth businessintelligence button card character class client code collision component crashcourse css csv database eclipse ee error fractal free game gis givemetehcodez graphics gui html ide image integer integration j2me japplet java javaarraylist javadoc javafx javaprojects jni jpanel julia jvm linux list loan machine map method methods migrate mobile netbeans newbie objects oriented output panel phone physics problem program programming project projects radio recursion replaydirector reporting researchinmotion scanner se server service set sms software sort sql string swing test textfield threads transfer tree trolltech ubuntu utility windows






