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
0
votes
1 answer

Getting a Jtextarea to be able to be copied over

I have a question related to updating my Java version from version 6 to 7. And while there were very few changes I had to make to my program I did notice something strange. I used to be able to copy the text within the panel and paste it on a note…
Gilbert V
  • 1,050
  • 5
  • 16
  • 43
0
votes
2 answers

Android Widget Look and Feel Different When Running

I am using Eclipse ADT to develop my first Android application. In Eclipse you can change the theme using the menu shown in the Graphical Layout window. I decided to use the Black theme because I like the way the UI components look using that…
Jan Tacci
  • 3,131
  • 16
  • 63
  • 83
0
votes
1 answer

a java multi thumb slider workable on nimbus look and feel

I needed a Multi Thumb Slider for java swing and i ended up using this Multi knob (thumb) JSlider in Swing, after applying several tweaks to it as required by my application i made it working perfectly for the default or Metal LAF.... However I now…
tariq khan
  • 62
  • 5
0
votes
1 answer

Can groovy's swingbuilder get more than one look and feel in a Java swing application?

Via this question, it would seem that normally you can't mix-and-match look and feels in the same swing app. However, we've been using groovy's swingbuilder to handle all of our GUI code, and groovy seems to do enough black magic that this seemed in…
Electrons_Ahoy
  • 36,743
  • 36
  • 104
  • 127
0
votes
1 answer

About Metro GUI in desktop application

I am making a software that will support multiple features simultaneously. I know the logic, and I have developed the features to support. I want my project to have a look similar to Metro GUI of Windows 8. It need not to be specifically Metro, but…
nsthethunderbolt
  • 2,059
  • 1
  • 17
  • 24
0
votes
1 answer

Swing: Nimbus L&F disabled combobox background-color

I have searched for an answer for days and read a lot about LookAndFeels and the opaque-issue, but couldn't find a solution. I am developing a Java Application with Swing, using NimbusLookAndFeel. I am satisfied with the look overall, but still want…
Mario B
  • 2,102
  • 2
  • 29
  • 41
0
votes
1 answer

Make a form which users can print after filling

I have a requirement as following. I need to create Price Quotations, like filling in the Customer's Name, The product details and their prices and quantity. And at last a Ok button that would print the complete Quotation on A4 Paper. What would be…
Samarth Agarwal
  • 2,044
  • 8
  • 39
  • 79
0
votes
1 answer

Napkin custom LookAndFeel in Eclipse

Premise I'm pretty new to GUI programming but I'm looking for a way to put the Napkin Look and feel onto my application though Eclipse. What I've done thus far I've had a look around and from what I can see I need to put the napkin .jar's into my…
Yulfy
  • 395
  • 1
  • 4
  • 16
0
votes
1 answer

netbeans java se swing components' look switch to the old

I am using NetBeans 7.2.1, I want to create a Java SE Frame with Panels, swing components. At the begining, my program's swing components are "beautiful", by the NimbusLookAndFeal. I didn't have to setup anything about it, it was working at the…
victorio
  • 6,224
  • 24
  • 77
  • 113
0
votes
1 answer

JInternalFrame not using JFrame L&F in Netbeans 7.1.2

I'm creating a MDI application with Netbeans, everything's working well as expected with the Look and Feel set to Nimbus. Anytime I run the application, the JFrame and its toolbars use the specified L&F (Nimbus) but the Internal Frames use the…
0
votes
4 answers

Do Java GUIs display the same on all operating systems?

Do programs written in Java that use components from Swing to build their GUI display exactly the same on all operating systems? EDIT: let me ask the question this way: using Java is it possible to design a GUI that is guaranteed to display…
Celeritas
  • 14,489
  • 36
  • 113
  • 194
0
votes
1 answer

How to install a custom LAF?

I'm using Netbeans IDE and I want to use the Insubstantial LAF in a Java application (http://insubstantial.posterous.com/). However, I have no idea how I would go about installing it. Does anybody have experience with this?
John Smith
  • 139
  • 4
  • 12
0
votes
1 answer

Setting look and feel to windows does not change for scroll bars and other

So i used the following code to set the look and feel of my program to windows since i don't really like any of the themes like nimbus or the default swing theme but some component are still appearing with the old look and feel and not my windows…
Nicolas Martel
  • 1,641
  • 3
  • 19
  • 34
0
votes
1 answer

Using syntethica in my maven project (Netbeans IDE 7.2.1)

I'm new into programming on java and having some problems with adding syntethica LaF to my Maven project. I'm using Netbeans IDE 7.2.1. I think, syntethica.jar should appear in dependencies list, right? I've tried to manually add JAR file into local…
starky
  • 640
  • 5
  • 13
0
votes
1 answer

How to change Oracle Applications (forms) look and feel by adding custom skins

I would like to skin Oracle Applications (the Human Resources professional user interface forms), similar to how you skin normal Java Swing applications; but can't find anything on Google on how to do this. The application allows you to change the…
Superdooperhero
  • 7,584
  • 19
  • 83
  • 138