Top "Border" questions

A border is a graphical user interface construct that is used to surround and/or highlight something that is contained within.

How to programmatically create a round cornered border using ShapeDrawable in android?

I need to create a border with rounded corners programatically by extending ShapeDrawable. I need to have a black border …

java android border drawable shapedrawable
Underlining lines in full width, not only text

Hi,I'm currently trying to set something up with HTML/CSS that looks like a post-it note. An Image of …

css border underline
Border of qgroupbox

I'm having some trouble setting a border of a groupbox. my aim is to have something like this: but so …

qt border groupbox
HTML: Sub-pixel border

Is it possible to have a border that is thinner than 1px and works in IE6+ and is not an …

html border subpixel
Is there any way to make the HTML underline thicker?

I have a centered div with a nested h1 inside. Is there any way to underline it with a thicker …

html css border underline
Change button border thickness in wpf?

Why the border thickness of the Button doesn't change? If I change the border thickness to 1 or 100, it doesn't matters. …

.net wpf button border thickness
How to add padding to a JPanel with a border

I want to add padding to some JPanels. I found this answer: https://stackoverflow.com/a/5328475/1590323 It worked fine for …

java swing jpanel border padding
Putting a Border Around Floating Elements

Say I have something like the following code, where I want to display some text between two images that I …

css border css-float
Moving undecorated window by clicking on JPanel

Is there a possibility to move window by clicking on one of the panels in the window when that window …

java swing border panel
Removing top and right borders from boxplot frame in R

Does anyone know how to remove the top and right borders of the boxplot frame in R? I have tried …

r border frame boxplot