Questions tagged [look-and-feel]

Questions about the Look and Feel (LaF) of applications with a graphical user interface (GUI). This includes questions on how to achieve a certain appearance (such as the native OS style) or how to alter a component's behaviour.

Look-and-feel can refer to any visual user interface, including individual applications, the operating system itself, or web sites. The 'look' refers to the interface's style (colors, fonts, icons and even branding) and layout of components on the display. The 'feel' refers to how these components behave, especially to user input. This is also known as usability or accessibility.

See also:

Look and Feel - Wikipedia

How to Set the Look and Feel in Java

934 questions
-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
2 answers

Create java GUI programmatically rather than using java look and feel

the java programming offer you to create Java GUI (J2SE) with two options. As we known, there are programmatically(Coding from scratch) or using Java look and feel(Drag & Drop). As my experience, its very easy to create Java GUI using java look and…
Yohanim
  • 3,319
  • 9
  • 52
  • 92
-1
votes
1 answer

Exception when try to apply and run substance theme in netbeans

I added substance theme to my swing application and tried to run it, and it works . but I keep getting this exception while running it. can someone tell me how to fix it?…
-1
votes
2 answers

JFrame looks different depending on how its loaded

I have a JFrame: public class Help extends JFrame { private JPanel contentPane; /** * Launch the application. */ public static void main(String[] args) { try { …
Eduardo
  • 6,900
  • 17
  • 77
  • 121
-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

Java Form looks different

I'm using NetBeans to write a Java Project. When I tell NetBeans to open the form as the Main Class it opens it like this: http://dl.dropbox.com/u/12868212/Good.jpg But I want to use a specific Main Class that I wrote, which calls the constractor of…
Aviadjo
  • 635
  • 5
  • 17
  • 36
-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

Changing Look and Feel of Swing controls

I am going to start developing a desktop application in Java. For that I require to provide customized controls to the customer. I searched out on internet about overriding Swing controls but didn't find any useful stuff. They provided ready-made…
-1
votes
3 answers

Cool web-style with minimum effort

I have a simple site with several html pages. I use only standard html tags like table (tr, td, th), p, form (input), center, a, img. But by default controls look boring. I would like to make it more cool with minimum effort. I have already thought…
Raman
  • 887
  • 4
  • 12
  • 28
-2
votes
1 answer

Im building .jar of my program in InteliJ, but I added external .jar with JTatto LookAndFeel and the app doesn't work from desktop. How to repair it?

It's simple application. I'm pretty sure it doesn't work now from Desktop, because of external .jar added at the IDE.
-2
votes
2 answers

Why is my look and feel look very weird when I launch my program?

I have two classes, Game.java and GameOver.java. Game.java GameOver.java This part of the code won't work when I launch the program: try { UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel"); } catch (Throwable…
-2
votes
2 answers

Change the look and feel of a NetBeans look and feel

I am trying to make a simple jFrame for my game in NetBeans, and I've gone to many pages on Stack Overflow and none of the solutions worked, and I've also gone into the Java Article on it. The Java article said that changing the look and feel after…
Anonymous
  • 169
  • 2
  • 6
-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
1 answer

Creating good-looking software

I wish to create an application that does not look native, but looks very nice. I want a look similar to indigo studio or garageband, these are just examples of not looking native but looking nice. This is a nice picture representing Garageband, for…
KFox
  • 1,166
  • 3
  • 10
  • 35
-2
votes
1 answer

Creating a tab bar with Swing

I want to make this kind of look and feel The buttons on the menu (dashboard, my items, catalog). Is it possible to make that on swing? or what kind of component is that?
user1708134
  • 643
  • 1
  • 9
  • 21
1 2 3
62
63