On 01/11/2013 01:41, Michael Hall wrote:
On Oct 31, 2013, at 7:10 PM, Paul Taylor wrote:
On 31/10/2013 21:49, Michael Hall wrote:
On Oct 30, 2013, at 4:38 PM, Paul Taylor wrote:
/Applications/Jaikoz.app/Contents/MacOS/Jaikoz
I'm assuming this is the appbundler JavaAppLauncher. Which branch?
Hello,
As I understand it, the file watcher service introduced with JDK 7 uses
native (near real-time) notifications on Windows and Linux, but polling on
Mac OS X.
First off, is this correct?
Second, if it is, what is the polling interval on Mac OS X (and can it be
configured)?
(I originally po
On 10/30/13 1:05 PM, "Leonid Romanov" wrote:
>I've just pushed the fix for this issue. Should appear in main JDK 8 repo
>after a while.
Thanks so much Leonid.
I'd love to try building with this patch and testing our application. Is
it the one at
http://cr.openjdk.java.net/~leonidr/8013581/web
After fixing a load of Java 7 related problems the last two days I was
all set to do a new release of my application, but when I did final
check of functionality I noticed that when using FileDialogs they were
opening a slightly different view (not FileDialog not JFileChooser) and
they were ind
On 30/10/2013 12:24, Paul Taylor wrote:
On 30/10/2013 12:13, Paul Taylor wrote:
With Java 7 on OSX I find that as I move around my JTable cells with
cursor keys it causes it to blank out every field in goes into.
Adding:
table.putClientProperty("JTable.autoStartsEdit", Boolean.FALSE)
stops tha
On 01/11/2013 20:00, Paul Taylor wrote:
After fixing a load of Java 7 related problems the last two days I was
all set to do a new release of my application, but when I did final
check of functionality I noticed that when using FileDialogs they were
opening a slightly different view (not FileDi
On 01/11/2013 20:33, Paul Taylor wrote:
On 01/11/2013 20:00, Paul Taylor wrote:
After fixing a load of Java 7 related problems the last two days I
was all set to do a new release of my application, but when I did
final check of functionality I noticed that when using FileDialogs
they were open
On Nov 1, 2013, at 11:33 AM, Christopher Brown wrote:
> Hello,
>
> As I understand it, the file watcher service introduced with JDK 7 uses
> native (near real-time) notifications on Windows and Linux, but polling on
> Mac OS X.
>
> First off, is this correct?
Yes, polling
>
> Second, if it is,
On 11/01/2013 03:45 PM, Michael Hall wrote:
On Nov 1, 2013, at 11:33 AM, Christopher Brown wrote:
Hello,
As I understand it, the file watcher service introduced with JDK 7 uses
native (near real-time) notifications on Windows and Linux, but polling on
Mac OS X.
First off, is this correct?
Y