Top "Border" questions

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

Python Tkinter How to remove the border around a Frame?

I have a program with several frames. Everything works well however I cannot figure out why the border around one …

python tkinter border frames
Removing dotted border without setting NoFocus in Windows PyQt

There are a few questions on SO about this, all of which seem to say that the only way to …

qt pyqt focus border
Create chart using VBA and remove border

I have a macro that creates a line graph for three data series. Excel automatically adds a border around the …

excel vba charts border borderless
Set the border in a JList in Java

I have a JList in Java. Whenever the user clicks on an element, I would like to add a specific …

java swing border jlist listselectionlistener
Adding a dynamic TableLayout with borders in a Android App

I am creating a Android app. This Android App will have objects that are dynamic. These objects are Places with …

android android-layout border tablelayout
TitledBorder border color and width using UIManager

To change all TitledBorder fonts, I am using UIManager: UIManager.put("TitledBorder.font", new Font("Tahoma", Font.BOLD, 11)); But what …

java swing border uimanager
Component painting outside custom border

In this custom border class, I define a RoundRectangle2D shape. This object is used to paint the border. Unfortunately, …

java swing border java-2d clip
Java add a Dashed or dotted border to a JPanel

I am having problems with this thing: can I, in some way, add a dashed (or dotted, no matter) border …

java jpanel border dotted-line
ggplot2: different alpha values for border and filling of geom_point

I want to plot my data as a dotplot using geom_point. My datapoints are overlapping, so I want to …

r ggplot2 border alpha
How to change Border Background image programmatically

I am creating a media player app in WPF c#. I am using Media Element to do this. Anyways, I …

wpf border imagebrush