Results 1 to 5 of 5
Thread: Problems with LayerUI on Mac
- 02-14-2012, 06:40 PM #1
Member
- Join Date
- May 2010
- Posts
- 5
- Rep Power
- 0
Problems with LayerUI on Mac
This tutorial Using JLayer in Swing Applications in NetBeans 7 I have attempted this with with netbeans 7.1 on a Mac 10.6.8 and all goes well until I reach the import statement import javax.swing.plaf.LayerUI; then it complains it can't find LayerUI. Quite correct there is no LayerUI in the plaf folder.
Whereas the same program on linux has no problem at all. Is this a purely mac thing or am a missing some vital library or other?
Pete
- 02-14-2012, 08:02 PM #2
Re: Problems with LayerUI on Mac
JLayer is new in Java SE 7. What Java version do you have on the Mac?
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 02-14-2012, 08:36 PM #3
Member
- Join Date
- May 2010
- Posts
- 5
- Rep Power
- 0
Re: Problems with LayerUI on Mac
Ah I guess that is it then I am running 1.6 and I imagine as macs do run their own version of java that could be a problem, have to investigate further :)
Pete
- 02-14-2012, 08:44 PM #4
Re: Problems with LayerUI on Mac
There's nothing further to investigate, really. As you've already seen, there's no JLayer in 1.6.
And there doesn't appear to be a target date for release of 1.7 for MacOS.
https://forums.oracle.com/forums/thr...readID=2335576
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 02-14-2012, 08:51 PM #5
Member
- Join Date
- May 2010
- Posts
- 5
- Rep Power
- 0
Similar Threads
-
Problems getting value from map
By hendrieke H smit in forum New To JavaReplies: 2Last Post: 02-07-2011, 08:40 PM -
InputStream/Jar Problems/File IO Problems
By rdjava in forum Advanced JavaReplies: 31Last Post: 01-17-2011, 11:12 AM -
Gui problems
By bulldog in forum Advanced JavaReplies: 1Last Post: 12-11-2009, 12:35 PM -
a few problems
By gary in forum AWT / SwingReplies: 0Last Post: 07-11-2007, 04:57 PM -
problems with JPA
By Ed in forum New To JavaReplies: 2Last Post: 07-04-2007, 05:34 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks