Re: Javafxpackager and splash screen

2014-04-11 Thread Abu Abdullah
On Sat, Apr 12, 2014 at 6:19 AM, Michael Hall  wrote:

>
> i tried even the absolute path in case APP_ROOT is not supported but not
> working.
>
>
> I seem to remember support for something like this being added. But am not
> sure. You could check the source.
>
>
I tried also with jdk1.8.0 u20 as well but it is the same version
javafxpackager 2.2


>
>
> For some reason, I'm not able to do it even using the infinitekind
> appbundler, maybe it is not supporting jdk 1.8
>
> Any help is appreciated.
>
>
> It is probably not a problem in passing the JVMOption, I would guess about
> anything you say is a JVMOption is probably passed as is without much, if
> any, editing.
> If this is true then appbundler or infinitekind shouldn't matter. The
> problem would probably be the OS X port support of the splash option.
> Does it run command line? java -splash:path/to/image ...
> I think you would need the 1.8 JDK installed to check this.
>

yes it runs through command line and I'm trying with both 1.8.0 and u20


Re: Javafxpackager and splash screen

2014-04-11 Thread Michael Hall

> i tried even the absolute path in case APP_ROOT is not supported but not
> working.

I seem to remember support for something like this being added. But am not 
sure. You could check the source.


> 
> For some reason, I'm not able to do it even using the infinitekind
> appbundler, maybe it is not supporting jdk 1.8
> 
> Any help is appreciated.

It is probably not a problem in passing the JVMOption, I would guess about 
anything you say is a JVMOption is probably passed as is without much, if any, 
editing. 
If this is true then appbundler or infinitekind shouldn't matter. The problem 
would probably be the OS X port support of the splash option.
Does it run command line? java -splash:path/to/image ...
I think you would need the 1.8 JDK installed to check this.

Michael Hall

trz nio.2 for OS X http://www195.pair.com/mik3hall/index.html#trz

HalfPipe Java 6/7 shell app http://www195.pair.com/mik3hall/index.html#halfpipe

AppConverter convert Apple jvm to openjdk apps 
http://www195.pair.com/mik3hall/index.html#appconverter






Javafxpackager and splash screen

2014-04-11 Thread Abu Abdullah
Hi,

using javafxpackager -deploy on a jar with SplashScreen in the manifest.mf
will not create an entity in the info.plist with splash option. Is it
supported.  I'm using jdk 1.8.0, I have tried to do it manually e.g.

JVMOptions
  
  -splash:$APP_ROOT/Contents/Java/images/logo.png
  

i tried even the absolute path in case APP_ROOT is not supported but not
working.

For some reason, I'm not able to do it even using the infinitekind
 appbundler, maybe it is not supporting jdk 1.8

Any help is appreciated.


Re: Mac OS X JVMCapabilities

2014-04-11 Thread Petr Pchelko
Hello, David.

A better alias to ask this is a macosx port alias. 
Could you please clarify your question:
Are you using a native bundle?
Are you writing a UI application?
How do you get an Info.plist you talk about? just JDK has no info.plist..

With best regards. Petr.

11 апр. 2014 г., в 5:50 после полудня, David P. Caldwell 
 написал(а):

> Is there a reason that JDK 8 does not declare the full set of
> "capabilities" (from the OS X point of view) in the OS-specific
> Info.plist file?
> 
> I just discovered that my JNI application broke because it uses native
> code to launch a JVM, but was able to fix it simply by adding the JNI
> "capability." So clearly it *has* that capability.
> 
> -- David P. Caldwell
> http://www.davidpcaldwell.com/



Re: Checkmark in JCheckBoxMenuItem not HiDPI/Retina capable

2014-04-11 Thread Eirik Bakke
Hi, Alexandr. Sure, re-sending.


Hmm, now I cannot reproduce the bug. I think it might have disappeared
when I disconnected and reconnected my external monitor. I will file it
once I manage to reproduce it consistently.

-- Eirik

On 4/11/14, 5:24 AM, "Alexander Scherbatiy"
 wrote:

>On 4/10/2014 8:24 PM, Eirik Bakke wrote:
>> I'm running the NetBeans IDE 8.0 on Java: 1.8.0_20-ea. Just saw a giant
>> over-sized checkbox in a popup menu (see attached).
>Unfortunately the  openjdk alias removes attachments from the mail.
>Could you resend the image and add me to the cc list.
>> Could it be related to
>> the retina patch mentioned in the thread below?
> The patch was only pushed yesterday to the JDK 8u-dev:
>http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/c696bf320614
>
>   Could you create the issue on it: http://bugreport.java.com/bugreport/
>
>   Thanks,
>   Alexandr.
>
>>
>> I don't see oversized checkmarks in the main menus. The oversized
>> checkmark is still present in the popup menu after I restart the IDE.
>>
>> -- Eirik
>>
>>
>> On 3/21/14, 10:50 AM, "Hendrik Schreiber"  wrote:
>>
>>> On Mar 21, 2014, at 15:40, Alexander Scherbatiy
>>>  wrote:
>>>
   Thank you for the report.

   I have created an issue on it: 8038113 [macosx] JTree icon is not
 rendered in high resolution on Retina
  https://bugs.openjdk.java.net/browse/JDK-8038113

   Thanks,
   Alexandr.
>>> Thanks!
>>>
>>> -hendrik
>>>
>



Re: Checkmark in JCheckBoxMenuItem not HiDPI/Retina capable

2014-04-11 Thread Alexander Scherbatiy

On 4/10/2014 8:24 PM, Eirik Bakke wrote:

I'm running the NetBeans IDE 8.0 on Java: 1.8.0_20-ea. Just saw a giant
over-sized checkbox in a popup menu (see attached).

   Unfortunately the  openjdk alias removes attachments from the mail.
   Could you resend the image and add me to the cc list.

Could it be related to
the retina patch mentioned in the thread below?

The patch was only pushed yesterday to the JDK 8u-dev:
http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/c696bf320614

  Could you create the issue on it: http://bugreport.java.com/bugreport/

  Thanks,
  Alexandr.



I don't see oversized checkmarks in the main menus. The oversized
checkmark is still present in the popup menu after I restart the IDE.

-- Eirik


On 3/21/14, 10:50 AM, "Hendrik Schreiber"  wrote:


On Mar 21, 2014, at 15:40, Alexander Scherbatiy
 wrote:


  Thank you for the report.

  I have created an issue on it: 8038113 [macosx] JTree icon is not
rendered in high resolution on Retina
 https://bugs.openjdk.java.net/browse/JDK-8038113

  Thanks,
  Alexandr.

Thanks!

-hendrik