Comment #4 on issue 10 by heuermh: PComboBox doesn't use Metal, Windows,  
and Motif look and feels
http://code.google.com/p/piccolo2d/issues/detail?id=10

I cannot reproduce this with svn trunk on Windows.  Running

$ mvn install
$ cd examples
$ mvn -DdescriptorId=jar-with-dependencies assembly:assembly

$ java -classpath  
target/piccolo2d-examples-1.3-SNAPSHOT-jar-with-dependencies.jar
edu.umd.cs.piccolo.examples.pswing.PSwingExample1

$ java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel
-classpath target/piccolo2d-examples-1.3-SNAPSHOT-jar-with-dependencies.jar
edu.umd.cs.piccolo.examples.pswing.PSwingExample1

$ java -Dswing.defaultlaf=com.sun.java.swing.plaf.motif.MotifLookAndFeel  
-classpath
target/piccolo2d-examples-1.3-SNAPSHOT-jar-with-dependencies.jar
edu.umd.cs.piccolo.examples.pswing.PSwingExample1

all use the correct L&F for the PComboBox and its popup.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to