Link to home
Start Free TrialLog in
Avatar of Absente
Absente

asked on

Java Swing Design

Hi. I am triying to create painted button.
I am from turkey. my English not good enought.
I mean, I want to creta button style without java standart style.

for examlple  
http://i46.tinypic.com/117gzec.png

I wana all button style like this.
how can I do this ?

Is there any documment ? I cant found !

I wish, I have explain my problem :) Thanks
Avatar of robthewolf
robthewolf
Flag of Israel image

not sure off hand if this will help, but have a look at the demos of substance and see if it could work for you
https://substance.dev.java.net/
Avatar of Absente
Absente

ASKER

Thanks ! Can I do this. without Look and feel I mean without any plugin.
SOLUTION
Avatar of robthewolf
robthewolf
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
btw, l&f is a functionality within Java and its not an external library or plugin!
Avatar of Absente

ASKER

Thanks. Is there eny documment about XML ?
for example how can I design spinner ? or Scrool ?
Avatar of Absente

ASKER

than at tha check box how can .i  set Selected and mouseover icon ?


        </state>
          <state value="MOUSE_OVER">
      <property key="CheckBox.icon" value="check_over"/>
       <color value="#000000" type="TEXT_FOREGROUND"/>
       <font name="Verdana" size="12"/>
        <imagePainter method="checkboxBorder"
                     path="images/textfield_on.png"
                        sourceInsets="10 10 10 10" />
        </state>


for this xml code
Avatar of Absente

ASKER

any idea ?
Avatar of Kevin Cross
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.