Top "Fixed-width" questions

How to Set JPanel's Width and Height?

I'm developing Snake game using Java. Board's (where all action takes it place) width and height should be fixed (640 pixels * 480 …

java swing fixed-width
Fluid or fixed grid system, in responsive design, based on Twitter Bootstrap

I'm getting confused about the various options in the twitter bootstrap grid, and how they go together. To begin with, …

twitter-bootstrap responsive-design fluid-layout fixed-width
Resize UIImage by keeping Aspect ratio and width

I seen in many posts for resizing the image by keeping aspect ratio. These functions uses the fixed points(Width …

iphone objective-c ios aspect-ratio fixed-width
How to make an inline-block element fill the remainder of the line?

Is such a thing possible using CSS and two inline-block (or whatever) DIV tags instead of using a table? The …

css layout fixed-width
Read fixed width text file

I'm trying to load this ugly-formatted data-set into my R session: http://www.cpc.ncep.noaa.gov/data/indices/wksst8110.…

r fixed-width
Fixed width number formatting python 3

How do I get an integer to fill 0's to a fixed width in python 3.2 using the format attribute? Example: …

string formatting python-3.x string-formatting fixed-width
Parsing a fixed-width formatted file in Java

I've got a file from a vendor that has 115 fixed-width fields per line. How can I parse that file into …

java parsing fixed-width
How do I create a fixed width text file?

I have a fixed width text file that I needed to edit about 200 rows of. Importing into excel is easy …

excel text-files fixed-width export-to-text
How to keep <li> elements on single line in fixed width <ul>?

I've a header div and a menu ul below it. I'd like to accomplish 2 things: 1) the ul should have the …

css html-lists fixed-width
Fixed width div on left, fill remaining width div on right

I want a div with a fixed width image on the left and a variable width div with a background …

css css-float overflow fixed-width variable-width