-
Regular GUI applications
This might be dumb, but can I use Java to create regular windows programs,
similar to what Visual Basic is used for?
-
Re: Regular GUI applications
yes...you can use AWT or Swing.
"Tim" <tkangas@uslink.net> wrote in message news:3a8e158b$1@news.devx.com...
>
> This might be dumb, but can I use Java to create regular windows programs,
> similar to what Visual Basic is used for?
-
Re: Regular GUI applications
"Tim" <tkangas@uslink.net> wrote:
>
>This might be dumb, but can I use Java to create regular windows programs,
>similar to what Visual Basic is used for?
Yes you can do "windows" programming in Java. Main problem is that there
is probably not a program (right now) for Java like Visual Basic which will
allow you to just draw the windows using wizards and all of the VB predefined
toolbars which let you quickly put an application together. For example,
in Java you would have to use a command like JOptionDialogBox(null,blah blah,
etc) to make a dialog box pop-up. In VB you could probably just click on
a toolbar and draw the dialog box and it would create the code automatically
for you.
But Java is the future man. Learn it!
Jason
-
Re: Regular GUI applications
"Jason" <theboxman@hotmail.com> wrote:
>
>"Tim" <tkangas@uslink.net> wrote:
>>
>>This might be dumb, but can I use Java to create regular windows programs,
>>similar to what Visual Basic is used for?
>
>Yes you can do "windows" programming in Java. Main problem is that there
>is probably not a program (right now) for Java like Visual Basic which will
>allow you to just draw the windows using wizards and all of the VB predefined
>toolbars which let you quickly put an application together. For example,
>in Java you would have to use a command like JOptionDialogBox(null,blah
blah,
>etc) to make a dialog box pop-up. In VB you could probably just click on
>a toolbar and draw the dialog box and it would create the code automatically
>for you.
>
>But Java is the future man. Learn it!
>
>Jason
>
For a great "Visual" development environment, take a look at Borland's
JBuilder (works just like Delphi!), Sun's own Forte, and WebGain's
VisualCafe.
Have fun!
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