0% found this document useful (0 votes)
62 views

Tatoo Java Themes PDF

The document discusses applying themes to Java applications using the JTattoo library. It provides 13 different look and feel themes that can be set by specifying their class names. To use the themes, developers must download the JTattoo jar file, add it to their project classpath, and set the look and feel in their main method catch block by specifying the class name of the desired theme. Screenshots of each theme are displayed and described.

Uploaded by

Mk Dir
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views

Tatoo Java Themes PDF

The document discusses applying themes to Java applications using the JTattoo library. It provides 13 different look and feel themes that can be set by specifying their class names. To use the themes, developers must download the JTattoo jar file, add it to their project classpath, and set the look and feel in their main method catch block by specifying the class name of the desired theme. Screenshots of each theme are displayed and described.

Uploaded by

Mk Dir
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

31/03/2019 Java Themes with JTattoo | Complex to Simple

Complex to Simple

DINUKA MALALANAYAKE

Java Themes with JTattoo

16 OCT

i
17 Votes

First download the JTa oo.jar (h p://www.jta oo.net/Download.html) and add into your project classpath
then you have to put the following code into your main method

1 public static void main(String []args){


2 try {
3 //here you can put the selected theme class name in JTattoo
4 UIManager.setLookAndFeel("com.jtattoo.plaf.texture.TextureLookAndFe
5
6 } catch (ClassNotFoundException ex) {
7 java.util.logging.Logger.getLogger(PC.class.getName()).log(java.uti
8 } catch (InstantiationException ex) {
9 java.util.logging.Logger.getLogger(PC.class.getName()).log(java.uti
10 } catch (IllegalAccessException ex) {
11 java.util.logging.Logger.getLogger(PC.class.getName()).log(java.uti
12 } catch (javax.swing.UnsupportedLookAndFeelException ex) {
13 java.util.logging.Logger.getLogger(PC.class.getName()).log(java.uti
14 }
15 }

These are the JTa oo themes

https://malalanayake.wordpress.com/2012/10/16/java-themes-with-jtattoo/ 1/5
31/03/2019 Java Themes with JTattoo | Complex to Simple

1. TextureLookAndFeel – “com.jta oo.plaf.texture.TextureLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net3.png)

2. SmartLookAndFeel – “com.jta oo.plaf.smart.SmartLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net4.png)

3. NoireLookAndFeel – “com.jta oo.plaf.noire.NoireLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net5.png)

4. AcrylLookAndFeel – “com.jta oo.plaf.acryl.AcrylLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net6.png)

5. AeroLookAndFeel – “com.jta oo.plaf.aero.AeroLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net7.png)

https://malalanayake.wordpress.com/2012/10/16/java-themes-with-jtattoo/ 2/5
31/03/2019 Java Themes with JTattoo | Complex to Simple

6. AluminiumLookAndFeel – “com.jta oo.plaf.aluminium.AluminiumLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net8.png)

7. BernsteinLookAndFeel – “com.jta oo.plaf.bernstein.BernsteinLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net9.png)

8. FastLookAndFeel – “com.jta oo.plaf.fast.FastLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net10.png)

9. GraphiteLookAndFeel – “com.jta oo.plaf.graphite.GraphiteLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net11.png)

10. HiFiLookAndFeel – “com.jta oo.plaf.hifi.HiFiLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net12.png)

https://malalanayake.wordpress.com/2012/10/16/java-themes-with-jtattoo/ 3/5
31/03/2019 Java Themes with JTattoo | Complex to Simple

11. LunaLookAndFeel – “com.jta oo.plaf.luna.LunaLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net13.png)

12. McWinLookAndFeel – “com.jta oo.plaf.mcwin.McWinLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net14.png)

13. MintLookAndFeel – “com.jta oo.plaf.mint.MintLookAndFeel”

(h ps://malalanayake.files.wordpress.com/2012/10/net15.png)

5 Comments
Posted by malalanayake on October 16, 2012 in java

Tags: Java look and feel, Java Themes, JTa oo, themes

5 responses to “Java Themes with JTattoo”

September 27, 2013 at 10:10 am

REal Use Full Thank You V much

Reply

Ashen Wanniarachchi
https://malalanayake.wordpress.com/2012/10/16/java-themes-with-jtattoo/ 4/5
31/03/2019 Java Themes with JTattoo | Complex to Simple

February 23, 2015 at 5:31 pm

Thank u very much.. this was really helpful. are there any j tatoo themes other than these

Reply

Tegars Swasono

April 25, 2015 at 9:23 pm

thanks very much. I have question?:)


how to change icon jta oo to computer like your screen shot???
please reply

Reply

malalanayake

April 25, 2015 at 10:40 pm

Icons are not belongs to jta oo. You have to set the icons through java.

Reply

robinkhanj2ee

September 21, 2015 at 10:15 am

Thanks a lot

Reply

Create a free website or blog at WordPress.com.

Entries (RSS) and Comments (RSS)

https://malalanayake.wordpress.com/2012/10/16/java-themes-with-jtattoo/ 5/5

You might also like