• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

J++ Swing

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am developing with MS J++, and it is obvious that the Java 2 Swing stuff isn't supported as Java 2 Swing in the MS version of Java. I can't find any documentation that explains the parallels between pure Java and what Microsoft supports. Can someone explain or point me to a resource that explains the similarities between the two? Also, considering this problem, does anyone know of an IDE that is as user friendly and intuitive as J++, but has full support for Java 2? I have tried a couple (CodeWarrior and JBuilder), and they fall short of J++.
 
Author
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can easily add Swing support to J++, BUT you can't use it in a visual way. If you want J++, you're stuck creating MS-specific programs, if you use the tool visually.
Personally, I like JBuilder. Now in release 5!
------------------
John Zukowski Author of "Definitive Guide to Swing for Java 2" and "Java Collections"
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I personally prefer JBuilder4 (I'm a little surprise that you didn't like it, anyway I guess whatever suits your needs). You can however try Forte or NetBeans which has full support for Java 2 (JFC Swing in particular). They are available as a free download from SUN.

Originally posted by Richard Robbins:
Also, considering this problem, does anyone know of an IDE that is as user friendly and intuitive as J++, but has full support for Java 2? I have tried a couple (CodeWarrior and JBuilder), and they fall short of J++.


 
Ranch Hand
Posts: 178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Microsoft gave up its support for Java due to the law suit. I would not recommend relying on their IDE for Java. Their products for VB and VC++ are great but for java you are better off using Visual Age, JBuilder, Visual Cafe or even Visual Slick Edit.
 
Ranch Hand
Posts: 147
Android Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It seems to me that J++ became C#.
 
Aleksey Matiychenko
Ranch Hand
Posts: 178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, as far as I know C# is a Microsoft version of a platform independent (MS claims) Java like language. I have not worked with it and cannot say if it so or not.
Anyway using Microsoft IDE for Java development is not a good practice.
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here's something that may work: http://www.j3d.org/tutorials/quick_fix/vis_jpp.html
 
Greenhorn
Posts: 8
Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
John,
I found your post through a Google search. Could you direct me to information about how to add swing support to J++ ?
Thanks.
Henry Eck


Originally posted by John Zukowski:
You can easily add Swing support to J++, BUT you can't use it in a visual way. If you want J++, you're stuck creating MS-specific programs, if you use the tool visually.
Personally, I like JBuilder. Now in release 5!

 
Arthur, where are your pants? Check under this tiny ad.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic