Top "Insets" questions

inclusion of smaller elements within larger elements; includes html elements, pictures, graphs

Java Swing - setting margins on TextArea with Line Border

As the title says, I am simply trying to set the margins (provide some padding) on a TextArea with a …

java swing textarea margins insets
How can I set the insets of a JFrame?

Is there a way to set the insets of a JFrame? I tried frame.getContentPane().getInsets().set(10, 10, 10, 10); and frame.getInsets().…

java swing jframe insets
Java - JPanel with margins and JTextArea inside

I want to create something like this: Main panel has its margins (x), and TextArea in the center of that …

java swing jtextarea margins insets
Create a "inset" effect using CSS in websites

I am very much impressed by the "inset" like effect in many latest websites. Some examples are and The line …

html css web effects insets
What is the best way to put spaces between objects? Can a Swing JSeparator object be an invisible separator?

I'm trying to put two buttons inside a panel using Swing widgets. Inside the NetBeans IDE, my JSeparator border property …

java swing netbeans insets jseparator
How to feather the edges of an image using CSS

I have an unordered list containing 3 list items. Each list item has an image, and 3 divs containing text. I want …

html css image insets
What are insets in android?

I am beginner at android development. I was recently looking at some one else code and fond some functions view.…

android insets
It is possible to create inset graphs?

I know that when you use par( fig=c( ... ), new=T ), you can create inset graphs. However, I was wondering …

r graphics ggplot2 insets
Text shadow Inset effect css3

I want the inset effect for the above button. The 'text' cancel appears to be type pressed. I have tried …

css insets
How to add an inset (subplot) to "topright" of an R plot?

I'd like to have an inset within a plot that makes up 25% of the width and height of the plotting …

r plot insets