Top "Border" questions

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

Java Swing JtextField inset

I am working with Netbeans GUI and I would like to add 3 pixels of space at the beginning of my …

java swing border margin jtextfield
WPF draw Border on MouseOver

I have a WPF Application where I am trying to make a close button like image. I am trying to …

c# wpf image border mouseover
iText cell borders cutting through text

I am writing a program that generates a pdf or rtf file with a table in it, using iText. I …

java itext border spacing
Non Uniform Dashed Border in Table Cells

I have applied CSS border-bottom:1px dashed #494949; on several consecutive cells of a single row of an HTML table, but …

html css border css-tables
WPF - Border template with content

Let's assume I have the following control template: <ControlTemplate x:Key="Test"> <Grid> <Border BorderBrush="{…

xml wpf xaml border contentcontrol
WPF Border Thickness increase direction

Hey. Another WPF question. In my XAML code I have a border: <Border x:Name="myBorder" Background="AliceBlue" Width="200" …

wpf border thickness
Draw a border around shapes in the canvas with JavaFx

I have drawn a straight line in a canvas and filled with a solid color. I want to border this …

javafx border java-canvas
How to apply border styles to NPOI workbook cells

I didn't find this information anywhere on the internet so thought I would post here as I found the answer …

.net border spreadsheet xls npoi
How to style an input's border color on selection?

My Codepen: http://codepen.io/leongaban/pen/BeErL I found this question and the answerer is saying that selection was …

css input border selection border-color
border-width in em - but set a minimum border-width

I want a div to have a border-width relative to the font-size, so I set for example border-width: 0.1em;. But …

css width border minimum-size