United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...
Bug ID: 6691115 allow custom image in deployJava.createWebStartLaunchButton
6691115 : allow custom image in deployJava.createWebStartLaunchButton

Details
Type:
Enhancement
Submit Date:
2008-04-19
Status:
Closed
Updated Date:
2010-04-04
Project Name:
JDK
Resolved Date:
2010-03-18
Component:
deploy
OS:
generic
Sub-Component:
deployment_toolkit
CPU:
generic
Priority:
P4
Resolution:
Won't Fix
Affected Versions:
6u10
Fixed Versions:
6-pool

Related Reports

Sub Tasks

Description
Any chance of a

deployJava.createWebStartLaunchButton(url, '1.6.0', imageUrl);

to complement

deployJava.createWebStartLaunchButton(url, '1.6.0');

?

Nothing against the standard orangey button, but it's not always what I want. Sometimes I'd like a nice application icon :-)


I've managed to do this in my own local javascript version, but I'd rather stay pointed to the live version in case it gets updated

                                    

Comments
EVALUATION

you can already do this simply by setting your url in advance to the javascript variable launchButtonPNG in deployJava:

    deployJava.launchButtonPNG = imageUrl;
    deployJava.createWebStartLaunchButton(url, '1.6.0');
                                     
2010-03-18



Hardware and Software, Engineered to Work Together