From krueger at lesspain.de Sat Aug 1 10:34:09 2015 From: krueger at lesspain.de (=?UTF-8?Q?Robert_Kr=C3=BCger?=) Date: Sat, 1 Aug 2015 12:34:09 +0200 Subject: Quaqua In-Reply-To: <6214DFB2-4C2F-4A7B-AD60-B902B52AD352@gmail.com> References: <6214DFB2-4C2F-4A7B-AD60-B902B52AD352@gmail.com> Message-ID: On Fri, Jul 31, 2015 at 11:26 PM, Michael Hall wrote: > If of interest to anyone I happened to stumble across this and took a look > for some reason? > > http://www.randelshofer.ch/quaqua/ > > > It was very interesting when it started but since its main developer turned his attention to something else, I think this can be considered rather a dead project. From mik3hall at gmail.com Sat Aug 1 11:53:28 2015 From: mik3hall at gmail.com (Michael Hall) Date: Sat, 1 Aug 2015 06:53:28 -0500 Subject: Quaqua In-Reply-To: References: <6214DFB2-4C2F-4A7B-AD60-B902B52AD352@gmail.com> Message-ID: On Aug 1, 2015, at 5:34 AM, Robert Kr?ger wrote: On Fri, Jul 31, 2015 at 11:26 PM, Michael Hall > wrote: If of interest to anyone I happened to stumble across this and took a look for some reason? http://www.randelshofer.ch/quaqua/ It was very interesting when it started but since its main developer turned his attention to something else, I think this can be considered rather a dead project. This is the original page though. Werner Randelshofer?s. Not much else on the page appears different from what I remember but it does look he now has openjdk versions at least available. It wasn?t a bad look and feel. I used it for a couple things. In particular file dialogs where no one usually seems happy with the defaults. The main reason I thought it might be of interest though is that this is the original author who appears to have be doing at least a little ongoing support. Michael Hall From alexandr.scherbatiy at oracle.com Mon Aug 3 11:22:27 2015 From: alexandr.scherbatiy at oracle.com (Alexander Scherbatiy) Date: Mon, 03 Aug 2015 14:22:27 +0300 Subject: Public API for internal Swing classes. In-Reply-To: <01A824C2-C046-4B29-B8E3-D98A6D980EE0@esko.com> References: <55B6244C.8040002@oracle.com> <01A824C2-C046-4B29-B8E3-D98A6D980EE0@esko.com> Message-ID: <55BF4EF3.9040900@oracle.com> Hello Koen, Are you using the isEnabled(Object sender) method just to separate a logic that checks that an action needs to be executed from the action execution in the same way as it it done in the UIAction? Could you file an enhancement on it and provide a simple use case: http://bugreport.java.com/bugreport Thanks, Alexandr. On 7/27/2015 4:13 PM, Van Den Borre, Koen wrote: > Hey, > > We are using sun.swing.UIAction in a custom ListUI where we override the following method and use the sender object: > > @Override > public boolean isEnabled(Object sender) > > Regards, > > Koen > > > On 27 Jul 2015, at 14:30, Alexander Scherbatiy wrote: > >> According to the JEP 200: The Modular JDK (see http://openjdk.java.net/jeps/200) >> we expect that the standard Java SE modules will not export any internal packages. >> >> It means that classes from internal packages (like sun.swing) will not be accessible. >> >> For example: >> sun.swing.FilePane >> sun.swing.SwingUtilities2 >> sun.swing.sun.swing.plaf.synth.SynthIcon >> and others. >> >> >> Please, let us known if you are using the internal Swing API and it is not possible to replace it by public API. >> >> There are some known requests: >> >> JDK-8132119 Provide public API for text related methods in SwingUtilities2 >> https://bugs.openjdk.java.net/browse/JDK-8132119 >> >> JDK-8132120 Provide public API for screen menu bar support on MacOS >> https://bugs.openjdk.java.net/browse/JDK-8132120 >> >> JDK-6274842 RFE: Provide a means for a custom look and feel to use desktop font antialiasing settings. >> https://bugs.openjdk.java.net/browse/JDK-6274842 >> >> >> If you don't know if you use these types (because you use 3rd party jars) >> you can use the JDK 8 "jdeps" tool to find such dependencies :- >> >> ~/jdk1.8/bin/jdeps >> Usage: jdeps >> where can be a pathname to a .class file, a directory, a JAR >> file, or a fully-qualified class name >> >> Thanks, >> Alexandr. >> From tai.hu at veroanalytics.com Thu Aug 6 20:08:03 2015 From: tai.hu at veroanalytics.com (Tai Hu) Date: Thu, 6 Aug 2015 16:08:03 -0400 Subject: How to Include a License File in Self-Contained Application Package Message-ID: Hi all, I am preparing our product (built in JavaFX 8) for submission to Apple Mac Store. All code signing and self-contained installer generation are done. However, I couldn?t figure out how I could add our license file into pkg package, which will show the end user before installation. Based on JavaFX 8 deployment document, this could be done by using drop in resources. I could find any more details or sample online. Could anyone point me to a right direction? Thanks, Tai From hs at tagtraum.com Tue Aug 18 07:48:48 2015 From: hs at tagtraum.com (Hendrik Schreiber) Date: Tue, 18 Aug 2015 09:48:48 +0200 Subject: java.lang.NoSuchMethodError: createImageUsingNativeSize error in 1.8.0_45 In-Reply-To: <55B24DDD.7060509@fastmail.fm> References: <55B0BFCA.4030305@fastmail.fm> <55B0CFAC.3070301@fastmail.fm> <55B0D0BF.2000508@oracle.com> <55B0D411.9090907@oracle.com> <55B24DDD.7060509@fastmail.fm> Message-ID: > On Jul 24, 2015, at 16:38, Paul Taylor wrote: > > On 23/07/2015 12:46, Alexander Scherbatiy wrote: >> >> It looks like known issue JDK-8077016 [macosx] Image transfer through System Clipboard is broken in 1.8.0_40 on Mac OS X >> https://bugs.openjdk.java.net/browse/JDK-8077016 >> > and it fails this test https://bugs.openjdk.java.net/browse/JDK-8037371 > > so begs the question how did it get released in the first place ! The bug has been marked as resolved for 9. It?s unfortunately still present in 8u51. Does anybody know: Will this be fixed in the next 8u version? Thanks, -hendrik From alexandr.scherbatiy at oracle.com Tue Aug 18 08:07:27 2015 From: alexandr.scherbatiy at oracle.com (Alexander Scherbatiy) Date: Tue, 18 Aug 2015 11:07:27 +0300 Subject: java.lang.NoSuchMethodError: createImageUsingNativeSize error in 1.8.0_45 In-Reply-To: References: <55B0BFCA.4030305@fastmail.fm> <55B0CFAC.3070301@fastmail.fm> <55B0D0BF.2000508@oracle.com> <55B0D411.9090907@oracle.com> <55B24DDD.7060509@fastmail.fm> Message-ID: <55D2E7BF.1080009@oracle.com> On 8/18/2015 10:48 AM, Hendrik Schreiber wrote: >> On Jul 24, 2015, at 16:38, Paul Taylor wrote: >> >> On 23/07/2015 12:46, Alexander Scherbatiy wrote: >>> It looks like known issue JDK-8077016 [macosx] Image transfer through System Clipboard is broken in 1.8.0_40 on Mac OS X >>> https://bugs.openjdk.java.net/browse/JDK-8077016 >>> >> and it fails this test https://bugs.openjdk.java.net/browse/JDK-8037371 >> >> so begs the question how did it get released in the first place ! > The bug has been marked as resolved for 9. > It?s unfortunately still present in 8u51. > > Does anybody know: Will this be fixed in the next 8u version? It is backported to JDK 8u as part of the fix: JDK-8132248 [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails https://bugs.openjdk.java.net/browse/JDK-8132248 Thanks, Alexandr. > > Thanks, > > -hendrik From hs at tagtraum.com Tue Aug 18 08:14:05 2015 From: hs at tagtraum.com (Hendrik Schreiber) Date: Tue, 18 Aug 2015 10:14:05 +0200 Subject: java.lang.NoSuchMethodError: createImageUsingNativeSize error in 1.8.0_45 In-Reply-To: <55D2E7BF.1080009@oracle.com> References: <55B0BFCA.4030305@fastmail.fm> <55B0CFAC.3070301@fastmail.fm> <55B0D0BF.2000508@oracle.com> <55B0D411.9090907@oracle.com> <55B24DDD.7060509@fastmail.fm> <55D2E7BF.1080009@oracle.com> Message-ID: <8C5F67F6-D7DA-4465-8614-F1942990A6EC@tagtraum.com> > On Aug 18, 2015, at 10:07, Alexander Scherbatiy wrote: > > On 8/18/2015 10:48 AM, Hendrik Schreiber wrote: [...] >>> >> The bug has been marked as resolved for 9. >> It?s unfortunately still present in 8u51. >> >> Does anybody know: Will this be fixed in the next 8u version? > > It is backported to JDK 8u as part of the fix: JDK-8132248 [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails > https://bugs.openjdk.java.net/browse/JDK-8132248 Great. Thanks, Alexandr. From hs at tagtraum.com Tue Aug 18 17:26:51 2015 From: hs at tagtraum.com (Hendrik Schreiber) Date: Tue, 18 Aug 2015 19:26:51 +0200 Subject: Regression: HiDPI splash screen not supported in 8u51 Message-ID: <57B04EAF-9EEC-41E6-BEBF-893B07E48BCF@tagtraum.com> Hey there, I?m under the eerie impression that in 8u51 the HiDPI splash screen (introduced by https://bugs.openjdk.java.net/browse/JDK-8043869) does not work anymore (this is on 10.10.5). As a matter of fact, I can?t even get it to work with 8u45 or 8u40. Can anybody confirm this? Cheers, -hendrik From Sergey.Bylokhov at oracle.com Tue Aug 18 17:37:36 2015 From: Sergey.Bylokhov at oracle.com (Sergey Bylokhov) Date: Tue, 18 Aug 2015 20:37:36 +0300 Subject: Regression: HiDPI splash screen not supported in 8u51 In-Reply-To: <57B04EAF-9EEC-41E6-BEBF-893B07E48BCF@tagtraum.com> References: <57B04EAF-9EEC-41E6-BEBF-893B07E48BCF@tagtraum.com> Message-ID: <55D36D60.5060106@oracle.com> Hi, Hendrik. It was disabled in 8u40 because of [1], and it should be enabled again in 8u60 in [2]. [1] https://bugs.openjdk.java.net/browse/JDK-8074668 [2] https://bugs.openjdk.java.net/browse/JDK-8075244 On 18.08.15 20:26, Hendrik Schreiber wrote: > Hey there, > > I?m under the eerie impression that in 8u51 the HiDPI splash screen (introduced by https://bugs.openjdk.java.net/browse/JDK-8043869) does not work anymore (this is on 10.10.5). > > As a matter of fact, I can?t even get it to work with 8u45 or 8u40. > > Can anybody confirm this? > > Cheers, > > -hendrik -- Best regards, Sergey. From hs at tagtraum.com Tue Aug 18 17:40:07 2015 From: hs at tagtraum.com (Hendrik Schreiber) Date: Tue, 18 Aug 2015 19:40:07 +0200 Subject: Regression: HiDPI splash screen not supported in 8u51 In-Reply-To: <55D36D60.5060106@oracle.com> References: <57B04EAF-9EEC-41E6-BEBF-893B07E48BCF@tagtraum.com> <55D36D60.5060106@oracle.com> Message-ID: <1033AA9C-C5E0-46BA-A71F-704701B7DC97@tagtraum.com> > On Aug 18, 2015, at 19:37, Sergey Bylokhov wrote: > > Hi, Hendrik. > It was disabled in 8u40 because of [1], and it should be enabled again in 8u60 in [2]. > > [1] https://bugs.openjdk.java.net/browse/JDK-8074668 > [2] https://bugs.openjdk.java.net/browse/JDK-8075244 Alright, so it?s at least not my setup and hopefully shipped soon :-) Thanks Sergey! -hendrik