Set(icons ...) command and available icon set

This command used tune view of the control (main) screen of java client.

Format

Set(icons, _title_, [button#, icon_name]*)

Usage

1=Set(icons,TheTitle,1,vol_down,2,mute,\
  3,vol_up,4,rewind,9,next,\
  *,question,#,pause);

The word SAME can be used instead of title if there are no needs to change existing title.

Icon set

This is a set of icons which could be used by Set(icons ...) command:

Icon set

click_icon

default

down

eject

exit

file

fit

folder

forward

fullscreen

info

launch

left

minus

mute

next

no

pause

play

plus

prev

question

rewind

refresh

right

stop

up

view_tree

vol_down

vol_up

Uploading icons

In addition to this icon set it is possible to upload 16x16, 32x32 and 64x64 PNG icons from the PC with Set(image,icon ...).

Icons size

If heigth of the screen is less than 250pt. then 16x16 icons will be used by default, overwise 32x32 icons will be used by default.

It is possible to force using 16x16, 32x32 or 64x64 icons by specifying size16, size32 or size64 parameter with Set(skin, ... ,size16|size32|size64, ...) command.

16x16 icons 32x32 icons

Note: to make this command work it needs to use java client which supports specified icon set.