1. Is it possible to set a TitledBorder opaque on Swing? stackoverflow.comIs it somehow possible on Swing to set a TitledBorder transparent so that a background image shines through? |
2. What look and feel component do I set to change the text color of a TitledBorder? stackoverflow.comI have a group of radio buttons in my Swing application that have a border built around them as follows:
|
3. Icon in titledBorder title stackoverflow.comHi is it possible to place an icon in the title of a titledBorder for example the following code:
|
4. TitledBorder problem with Substance UI and custom JComponent stackoverflow.comI'm using |
5. Bold titledBorder stackoverflow.comI tried doing
But it's not making it bold. It just looked spaced apart.
Is that the wrong way?
|
6. Delayed TitledBorder title update/refresh, why? stackoverflow.comI have a |
7. TitledBorder's title coderanch.com |
8. Titled Border coderanch.comHey nice site wish i had found it a while ago... anyway i just started learning swings and i have trouble caling the Title border... can someone help me please... i found one topic here that envolves the titled border, but it was on a panel... all i need is the title border. thanx in advance |
9. Component as a Title in a TitledBorder coderanch.com |
10. about TitledBorder coderanch.com |
11. TitledBorder in Swing java-forums.orgHello all, I have a problem creating proper TitledBorder to JPopupMenu. The result is a border that is very thick, and white, while in all the examples I found on the net the thickness is 1 - simple line. The TitledBorder class in java sais that it uses the look&feel to determine the border, but I want it to be thickness ... |