Questions tagged [nimbus]

Nimbus is a polished cross-platform look and feel introduced in the Java SE 6 Update 10 (6u10) release of the Java platform. Nimbus uses Java 2D vector graphics to draw the user interface, rather than static bitmaps, so the UI can be crisply rendered at any resolution.

Nimbus is a polished cross-platform look and feel introduced in the Java SE 6 Update 10 (6u10) release of the Java platform. Nimbus uses Java 2D vector graphics to draw the user interface, rather than static bitmaps, so the UI can be crisply rendered at any resolution. Nimbus is highly customizable. You can use the Nimbus look and feel as is, or you can skin (customize) the look with your own brand.

340 questions
0
votes
2 answers

Specifying a frame icon on Scala’s Swing Frame

How can you set a new frame icon on Scala’s scala.swing.Frame class? What are the intentions behind Frame.iconImage: Image and Frame.iconify()? I can’t figure out, what they’re doing. Here’s my last attempt import scala.swing.Frame class MyFrame…
pvorb
  • 7,157
  • 7
  • 47
  • 74
0
votes
1 answer

JButton not visible in JToolBar when using the Nimbus look-and-feel

I am wondering if anyone can come up with a work-around to the following layout issue I am having with the Nimbus look-and-feel. The issue is that the button in the toolbar is not visible because the JToolBar layout manager does not correctly…
lifelongcoug
  • 678
  • 6
  • 12
0
votes
1 answer

Nullpointerexception only with LaF Nimbus

I get a Nullpointerexception at addPropertyChangeListener when I am using Nimbus Look and Feel. When I use the Linux Standard LAF (Metal) everything works just fine. Here is a small Testproject which simulates the problem! I have a Class which…
Andreas Freitag
  • 357
  • 1
  • 7
  • 20
0
votes
1 answer

Java nimbus Look and feel view is always different

I have set the look and feel nimbus in my java application, but i dont know why the view is always different from one frame to other. in a frame I got perfectly good blue nimbus, and in other frame I got the grey one but that's not proper. and the…
charcoalite
  • 43
  • 1
  • 2
  • 10
-1
votes
2 answers

Suggestions on using a Look and Feel for my Java project

I want to use a Look and Feel for my Java GUI project (in Swing) in which the windows container's frame color is dark and the color of the body of the container is white. As an example, you can see the picture of the browser: the frame is black…
Solace
  • 8,612
  • 22
  • 95
  • 183
-1
votes
1 answer

GUI does not shows Nimbus when run on using Main Class

Just wanna ask as I keep wondering and search for on the Mr.Google but nothing helps me. I developed a java desktop application using Netbeans, it works fine until I try to run it. When I run it by clicking run file on the GUI class it shows Nimbus…
Nizam
  • 505
  • 1
  • 8
  • 20
-1
votes
1 answer

Change the color of a tab in Nimbus

Possible Duplicate: Override Swing Nimbus L&F primary color per component instance How can I change the default color of tab in Nimbus PLAF? When the tab is selected the color will be Orange and the unselected tab should be grey color. Please…
Siba
  • 7
  • 2
-1
votes
1 answer

iPhone - Objective C - Nimbus compiling errors when adding NIAttributedLabel module

I'm switching to Nimbus in order to replace Three20 in my project. When I added AttributedLabel module to the project, I see 24 compile errors. This is one of them: Do you know how to fix it? (When I remove AttributedLabel from my project, I can…
-2
votes
1 answer

Null pointer exception in an XML parsing story system with a java based combat system and a nimbus GUI

I currently have two halves of a video game; a storyboard system that reads in a scene from an XML file then displays a description of the scene and a list of choices that the player interacts with, and a combat system that works in a similar way…
SteZer0
  • 1
  • 3
-3
votes
1 answer

Custom swing JTextComponent

I want to create a JTextArea which looks like JTextArea, acts like JTextArea, responds like JTextArea, speaks like JTextArea, moves like JTextArea, etc, but is not JTextArea. To make it short, I'd like to create a custom swing component based 100%…
Karlovsky120
  • 6,212
  • 8
  • 41
  • 94
1 2 3
22
23