 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Bulent KISKAC Guest
|
Posted: Sun Dec 21, 2003 1:36 am Post subject: native exe icon |
|
|
Hi to all,
My IDE is JBuilder9 and i want to find out is it possible to change the icon
of *.exe file rather than javaw.exe icon?
thanks
|
|
| Back to top |
|
 |
Bill Joy Guest
|
Posted: Sun Dec 21, 2003 2:40 am Post subject: Re: native exe icon |
|
|
Your main window is probably a JFrame -- just do a
setIconImage(Image) there during startup. This is part of
your program, it has nothing to do with how it is launched.
"Bulent KISKAC" <bkiskac (AT) uab (DOT) edu> wrote
Hi to all,
My IDE is JBuilder9 and i want to find out is it possible to
change the icon
of *.exe file rather than javaw.exe icon?
thanks
|
|
| Back to top |
|
 |
Bulent KISKAC Guest
|
Posted: Sun Dec 21, 2003 9:53 am Post subject: Re: native exe icon |
|
|
thank you for your help, but my problem is when i run "Native Executable
Builder" from the Wizards menu of JBuilder9, it automatically creates a exe
file, but the icon that represents this exe file is fixed. I just want to
find out can i change this icon?
if i use setIconImage(Image) method, this just sets icon displayed on the
left top corner of the frame.
regards
bulent
"Bill Joy" <wcjoy (AT) pacbell (DOT) net> wrote
| Quote: | Your main window is probably a JFrame -- just do a
setIconImage(Image) there during startup. This is part of
your program, it has nothing to do with how it is launched.
"Bulent KISKAC" <bkiskac (AT) uab (DOT) edu> wrote in message
news:3fe4f92d (AT) newsgroups (DOT) borland.com...
Hi to all,
My IDE is JBuilder9 and i want to find out is it possible to
change the icon
of *.exe file rather than javaw.exe icon?
thanks
|
|
|
| Back to top |
|
 |
Stefan Lechner Guest
|
Posted: Thu Jan 22, 2004 10:57 am Post subject: Re: native exe icon |
|
|
Have a look at http://www.visi.com/~gyles19/fom-serve/cache/428.html
"Bulent KISKAC" <bkiskac (AT) uab (DOT) edu> wrote:
| Quote: | thank you for your help, but my problem is when i run "Native Executable
Builder" from the Wizards menu of JBuilder9, it automatically creates a exe
file, but the icon that represents this exe file is fixed. I just want to
find out can i change this icon?
if i use setIconImage(Image) method, this just sets icon displayed on the
left top corner of the frame.
regards
bulent
"Bill Joy" <wcjoy (AT) pacbell (DOT) net> wrote in message
news:3fe50823$1 (AT) newsgroups (DOT) borland.com...
Your main window is probably a JFrame -- just do a
setIconImage(Image) there during startup. This is part of
your program, it has nothing to do with how it is launched.
"Bulent KISKAC" <bkiskac (AT) uab (DOT) edu> wrote in message
news:3fe4f92d (AT) newsgroups (DOT) borland.com...
Hi to all,
My IDE is JBuilder9 and i want to find out is it possible to
change the icon
of *.exe file rather than javaw.exe icon?
thanks
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|