Questions tagged as 'layout'

2
answers

Positioning tabs on top of table using layout manager

I'm having problems positioning components. I have a table, and 3 buttons, and I'm trying to position the buttons above the table centrally. Example: ItriedtouseFlowLayout,andtheresultwasthis:importjava.awt.Dimension;importjavax.swing.JButto...
asked by 03.09.2017 / 02:58
1
answer

How to narrow the spaces between the edges of a table in html?

I have a table and would like to remove the spaces between the borders! How can I do this? <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title&...
asked by 20.09.2015 / 20:38
1
answer

Div is fixed by decreasing the screen

I'm developing the following website: http://173.44.46.62/~bellanap/pedidos.php However, when the screen is dimmed, the div where the form is breaking down. It needs to be fixed. Help me?     
asked by 01.07.2014 / 02:40
2
answers

Spacing with bootstrap columns

By studying the official website, I saw that cool-xs-offset was only implemented from the 3.0.1 version, so it includes version 3.0 .3 on my site. Problem What happens is that when I apply xs-offset (according to the example belo...
asked by 24.01.2014 / 18:29
1
answer

Customize individual pages in WordPress

WordPress offers the option of customizing Live Themes via the customize button. However, I would like to have this same live option of customizing the pages individually, without having to be equal to the theme. Example: change background, font...
asked by 17.02.2014 / 18:46
2
answers

Button that changes site color

I'm trying to make a button on my website that is sticky, by clicking this button, it collapses right and shows a container with a certain number of colors available for the user to choose, the user choosing the color pallette , the site will ch...
asked by 08.05.2018 / 03:39
1
answer

Arrange labels vertically

I wanted to put panels in specific positions, so I tried combining some layout managers, but I still have not got the result I need. I tried to use gridLayout , so components would not be stretched, but I'm not sure if I'm making a bad...
asked by 01.04.2018 / 21:58
1
answer

How to make a footer (footer) get fixed after the Parallax effect?

I have this image and would like to have an effect equal to option 3 (three) of that image, it follows: DETAIL: could be option 2 (two) only I do not want the footer to go to the area of the screen regardless of whether the content is s...
asked by 15.05.2018 / 13:33
1
answer

Responsive menu with grid layout

I'm learning grid and responsive layout and I do not know the best way I could create a "hamburger menu" with it. So far I've managed to make my content wrapper move to the left and leave a space for the menu, but I do not know how to put the...
asked by 04.01.2018 / 18:06
1
answer

How do I define the size and location of components?

I created this code in java to train a little and learn but I can not set where JComboBox and JTextField will appear and the size of them like I do? I want to leave them in the middle of the window without being glued to the edge o...
asked by 21.10.2017 / 19:29