Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #2430 > unrolled thread

Java JDK1.5 App on Mac OS

Started by"chewie54" <chewie54@THRWHITE.remove-dii-this>
First post2011-04-27 15:39 +0000
Last post2011-04-27 15:39 +0000
Articles 3 — 3 participants

Back to article view | Back to comp.lang.java.gui


Contents

  Java JDK1.5 App on Mac OS "chewie54" <chewie54@THRWHITE.remove-dii-this> - 2011-04-27 15:39 +0000
    Re: Java JDK1.5 App on Ma a24900@googlemail.com.remove-dii-this - 2011-04-27 15:39 +0000
    Re: Java JDK1.5 App on Ma "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:39 +0000

#2430 — Java JDK1.5 App on Mac OS

From"chewie54" <chewie54@THRWHITE.remove-dii-this>
Date2011-04-27 15:39 +0000
SubjectJava JDK1.5 App on Mac OS
Message-ID<1189709249.255713.137420@57g2000hsv.googlegroups.com>
  To: comp.lang.java.gui
Hello All,

I have a Java application I have been developing and using for years
on Windows.   I just recently  started testing this application on a
brand new iMac with OS X 10.4.10 and Java SE 1.5.

The Mac version of the application looks different that the Windows
version.  The JButtons on the toolbar are 2 different sizes on the Mac
and not Windows XP and JButtons in another toolbar have no borders on
the Mac but do on Windows XP.

Anyway,   my question is:

Does anyone have any Java experience on the Mac and if so,  are there
any documents that might explain differences in the Apple iMac version
of Java SE 1.5 vs the Sun Windows version Java SE 1.5?

Thanks in advance,

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [next] | [standalone]


#2433 — Re: Java JDK1.5 App on Ma

Froma24900@googlemail.com.remove-dii-this
Date2011-04-27 15:39 +0000
SubjectRe: Java JDK1.5 App on Ma
Message-ID<1189715485.085255.56430@k79g2000hse.googlegroups.com>
In reply to#2430
  To: comp.lang.java.gui
On Sep 13, 8:47 pm, chewie54 <dfabrizi...@gmail.com> wrote:
> Does anyone have any Java experience on the Mac and if so,  are there
> any documents that might explain differences in the Apple iMac version
> of Java SE 1.5 vs the Sun Windows version Java SE 1.5?

The Apple website has a ton of Mac OS X Java information.

As a general rule, use layout managers and don't hardcode sizes and
positions. Further, avoid messing with widget settings to overwrite
default behavior or default representations. This often breaks on
other platforms and PLAFs.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [next] | [standalone]


#2441 — Re: Java JDK1.5 App on Ma

From"Roedy Green" <roedy.green@THRWHITE.remove-dii-this>
Date2011-04-27 15:39 +0000
SubjectRe: Java JDK1.5 App on Ma
Message-ID<ef9le31roudi5j2o4gj4bhhr95gddom9hn@4ax.com>
In reply to#2430
  To: comp.lang.java.gui
On Thu, 13 Sep 2007 18:47:29 -0000, chewie54 <dfabrizio51@gmail.com>
wrote, quoted or indirectly quoted someone who said :

>
>Does anyone have any Java experience on the Mac and if so,  are there
>any documents that might explain differences in the Apple iMac version
>of Java SE 1.5 vs the Sun Windows version Java SE 1.5?

1. Use as explicit LAF.  See http://mindprod.com/jgloss/laf.html
2. Use layout managers, not absolute positioning. see
http://mindprod.com/jgloss/layout.html
-- 
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.gui


csiph-web