Questions tagged [seaglass]

seaglass is a Java LaF (Look And Feel) based on the Nimbus LaF. Also see [look-and-feel].

seaglass is a Java LaF (Look And Feel) based on Oracle's Nimbus LaF. See the project site.

12 questions
2
votes
1 answer

Sea Glass look and feel error

Hello i am trying to use this seaglass look and feel theme and all i get is this error: Exception in thread "main" java.lang.NoClassDefFoundError: sun/swing/plaf/synth/SynthUI I downloaded seaglass jar file. And still get this error. I checked…
Miljan Rakita
  • 1,433
  • 4
  • 23
  • 44
2
votes
1 answer

How to remove line separators from JTextArea in SeaGlass L&F?

I am using line separators in the SeaGlass L&F and had recently noticed that in my JTextArea, there are line separators between the lines. How to remove line separators from JTextArea in SeaGlass L&F?
Yoland Gao
  • 437
  • 1
  • 10
  • 20
2
votes
2 answers

java.lang.ClassCastException when using java 8 but things are fine with java 7

I've been developing a java desktop application for a while now, using Swing. The application is pretty big which makes isolating the issue difficult. I've tried to make my application run with Java 8 but I am having the following error: Exception…
1
vote
3 answers

Unable to use Sea Glass LAF for the Java application

I am trying to use the Sea Glass LAF for a Java application but it gives the Class Not Found Exception (in Windows using JDK 8). I added the seaglass-0.1.7.3 jar file to the libraries folder and added it to build path. I also added import…
Fleur
  • 666
  • 1
  • 8
  • 29
1
vote
0 answers

javax.swing.JScrollPane cannot be cast to javax.swing.AbstractButton after changing to SeaGlass Look and Feel

My Java Swing application looks like this if no special look and feel applies: But after I installed the Sea Glass Look and Feel, the program is running but it shows different errors at different times. I get this exception: Exception in thread…
BuxHzk
  • 11
  • 1
1
vote
2 answers

Customizing JPanel with Sea Glass Look and Feel

I have a JFrame and a JPanel. I have added my JPanel onto my JFrame. I am using Sea Glass Look and Feel. My JPanel has a title and a border created through the following code : panel.setBorder(BorderFactory.createTitledBorder("Titled Panel")); The…
CN1002
  • 1,115
  • 3
  • 20
  • 40
0
votes
0 answers

SeaGlassLookAndFeel on Java 14

Pluggable LookAndFeel was always risky (because the authors would move on), but SeaGlassLookAndFeel is so much prettier than the default that it seemed worth some risk and effort. Now I'm trying to move our application to a newer version of Java (8…
Bill Evans
  • 71
  • 6
0
votes
0 answers

SeaglassLookAndFeel issue 2 title bars swing

does anyone knows when we'll get 2 titlebars? Jinternalframe is used with only closable icon and for applying a theme I used this. Please load seaglasslookandfeel-0.2.jar file and run MainWindow /* * To change this template, choose Tools |…
Santosh Giri
  • 109
  • 12
0
votes
1 answer

Adding .jar files to classpath not allowing full use of library in Seaglass L&F

I have been working on a GUI bit where I would like to play around with another Look and Feel. I have downloaded the Seaglass L&F .jars here: https://seaglass.googlecode.com/svn/doc/downloads.html I have added the dependency to my classpath as such…
MLavrentyev
  • 1,827
  • 2
  • 24
  • 32
0
votes
0 answers

Sea Glass L&F - Swing Components Class Casting Exception

I developed my Java application in Swing. The application has been running fine until the time I added Sea Glass Look and Feel. When I disable Sea Glass L&F may the application will run fine. Sometimes it runs fine with Sea Glass L&F and sometimes…
CN1002
  • 1,115
  • 3
  • 20
  • 40
-2
votes
1 answer

Seaglass theme for Java not painting

I have implemented a Seaglass jar theme for my appication, but the theme doesn't work. I have tried add it into different points in my code but nothing I have tried works. Someone please help me. private void initialize() { frame = new…
Volazh
  • 126
  • 2
  • 13
-2
votes
2 answers

java.lang.NoClassDefFoundError: sun/swing/plaf/synth/SynthUI

I am using Seaglass Look and Feel for my Java Swings code. But I keep getting this error. Exception in thread "main" java.lang.NoClassDefFoundError: sun/swing/plaf/synth/SynthUI at java.lang.ClassLoader.defineClass1(Native Method) at…
Anuja
  • 409
  • 6
  • 18