Does anyone know how to set the background color in java of a JTabbedPane? Specifically when I go tabbedpane.setBackground(Color.RED) I see all of the non-selected tabs background change color, ...
I'm new to Java and have been swimming in the docs for the last 3-4 days. It seems pretty simple since I'm already familiar with C++ and VB.NET. Create buffer 1 do { Display buffer 1 **** Create ...