Re: Building OpenJDK 8 on 10.6.8

2014-01-07 Thread Robert Krüger
, Robert Krüger krue...@lesspain.de wrote: Hi, I think the official answer to this is 10.7+ is supported but is there a possibility to build OpenJDK 8 on 10.6.8 maybe with some limitations? Could anyone share information on this? Thanks, Robert -- Steve Hannah Web Lite

Re: White flashing when opening Dialogs, Menus etc.

2014-02-05 Thread Robert Krüger
at 6:49 PM, Robert Krüger krue...@lesspain.de wrote: Hi, we are using a customized Nimbus LF (the customization is mostly color changes) with dark backgrounds. Since we migrated our product from Apple JDK 6 to OpenJDK 8 each JMenu or JDialog opens and first draws a white rectangle

Re: White flashing when opening Dialogs, Menus etc.

2014-02-05 Thread Robert Krüger
Thanks! On 05.02.2014 19:01, Robert Krüger wrote: This is a simple test case for you to reproduce the flashing for opening a Dialog. It's basically the same for JMenus. import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JOptionPane; import javax.swing.UIDefaults

Re: White flashing when opening Dialogs, Menus etc.

2014-02-05 Thread Robert Krüger
to open the link: https://bugs.openjdk.java.net/browse/JI-bug_id On 05.02.2014 21:58, Robert Krüger wrote: I have done that. Could you let me know what its ID is, once it is reachable for the public, so I can track it? On Wed, Feb 5, 2014 at 4:18 PM, Sergey Bylokhov sergey.bylok

Re: White flashing when opening Dialogs, Menus etc.

2014-02-06 Thread Robert Krüger
when the ID is ready. -Roger On 2/5/14, 10:13 AM, Sergey Bylokhov wrote: Hi, Robert. What bug Id was reported to you? Try to open the link: https://bugs.openjdk.java.net/browse/JI-bug_id On 05.02.2014 21:58, Robert Krüger wrote: I have done that. Could you let me know what its ID

Horizontal scrolling in JScrollpad using trackpad

2014-02-26 Thread Robert Krüger
Hi, the default behaviour for JScrollPane seems to be that a two-finger drag always only scrolls vertically. This must be something someone has solved before or is this a limitation/bug of the JDK? Any hints/pointers anyone could give me? Can this be solved with/without native code? Thanks,

Re: HiDPI/Retina support for -splash option

2014-05-23 Thread Robert Krüger
there a much larger problem, the -splash option still broken only to be fixed in https://bugs.openjdk.java.net/browse/JDK-8024185. To clarify using the splash option will prevent my main application from working. Same here. -- Robert Krüger Managing Partner Lesspain GmbH Co. KG www.lesspain

Re: java.awt.FileDialog does not work properly bundled but not sandboxed app

2014-05-29 Thread Robert Krüger
, *not* whether this particular app is sandboxed. There is no problem, when launching the same app via the regular java launcher. Does anybody else have this problem? Really, no one else is having problems with this? -hendrik -- Robert Krüger Managing Partner Lesspain GmbH Co. KG

Re: java.awt.FileDialog does not work properly bundled but not sandboxed app

2014-05-30 Thread Robert Krüger
On Thu, May 29, 2014 at 10:39 PM, Hendrik Schreiber h...@tagtraum.com wrote: On May 29, 2014, at 12:27, Robert Krüger krue...@lesspain.de wrote: I am not really sure I understand your posting correctly. Are you saying that your impression is that java.awt.FileDialog in mode FileDialog.LOAD

Re: 8u40 no dock icon, no menu, weird window behaviour

2015-03-11 Thread Robert Krüger
* not good... -Michael M On Wed, Mar 11, 2015 at 10:24 AM Sergey Bylokhov sergey.bylok...@oracle.com wrote: Hi, Robert Please file an urgent CR. Add all necessary information to how to reproduce the bug. Also please check different osx version(10.9,10.10). 11.03.15 9:39, Robert Krüger

8u40 no dock icon, no menu, weird window behaviour

2015-03-12 Thread Robert Krüger
Hi, after updating to 8u40 our application no longer displays a screen menu (we use -Dapple.laf.useScreenMenuBar=true), the dock Icon is gone as well and the Frame pops up behind the IDE window (this is all when starting from within Intellij). We are using a modified Nimbus LF, if that is

Re: Deployment

2015-03-30 Thread Robert Krüger
On Mon, Mar 30, 2015 at 6:06 PM, David DeHaven david.deha...@oracle.com wrote: http://www.jwrapper.com There are alternatives that can be found I came across… https://github.com/joshmarinacci/AppBundler There's an unofficial fork of AppBundler that's being maintained by (?) at

Java-based app bundle with minimum os version simply crashes on machine with lower os version

2016-04-08 Thread Robert Krüger
Hi, I wanted to require a minimum os version for our app bundle and was disappointed to realize that when I use the LSMinimumSystemVersion key for that in Info.plist that the behaviour of the application when started on an OS with a lower version is simply to crash (I tested by making the min

Re: Setting created timestamp of files using BasicFileAttributeView

2016-03-06 Thread Robert Krüger
sorry, I replied to Scott's mail not using "reply-all" (this ml-setting sucks bigtime), so you only git half of the information. On Sun, Mar 6, 2016 at 1:26 PM, Michael Hall <mik3h...@gmail.com> wrote: > On Mar 6, 2016, at 5:28 AM, Robert Krüger <krue...@lesspain.de> wro

Setting created timestamp of files using BasicFileAttributeView

2016-03-05 Thread Robert Krüger
Hi, could anyone tell me if setting the created time of a file via BasicFileAttributeView is not supported on OSX? I tried using the following code snippet: BasicFileAttributeView attributes = Files.getFileAttributeView(Paths.get(file.getAbsolutePath()), BasicFileAttributeView.class); FileTime