Top "Size" questions

Size in computing can refer to various dimensions: size in bits, in bytes, in pixels, in memory, in disk space, etc.

JTextField Fixed Height

How do I get the JTextField to have a fixed height when the Frame is maximized? I want it to …

java swing size jtextfield
Setting the size of panels

I have 3 panels. One is the main panel which holds 2 smaller panels. For the main panel, I used setPreferredSize(new …

java user-interface size panel
setState() or markNeedsBuild called during build

class MyHome extends StatefulWidget { @override State<StatefulWidget> createState() => new MyHomePage2(); } class MyHomePage2 extends State<MyHome> { …

listview dart size flutter setstate
How to change size of split screen emacs windows?

I have emacs split horizontally - on top I'm editing Perl code, the bottom is the shell. By default emacs …

emacs split size screen
Calculating usage of localStorage space

I am creating an app using the Bespin editor and HTML5's localStorage. It stores all files locally and helps …

javascript size storage local-storage capacity
Android: How to change the Size of the RadioButton

I have many RadioButtons in my app. The RadioButtons are too big for me. Is there any way to make …

android size radio-button
How do I view the size of npm packages?

When I search for packages on NPM, I would like to see package sizes (in KB or MB, etc). NPM …

npm package size
Android activity image background size

I am a bit confused on creating an image which will be acting as a background for my activities. So, …

android image background size screen
How to specify the size of the icon on the Marker in Google Maps V2 Android

In may app i use Map from Google Maps V2 and in this map i am trying to add markers …

android google-maps size marker
Pipe buffer size is 4k or 64k?

I read in multiple places that the default buffer size for a pipe is 4kB (for instance, here), and my …

c linux size buffer pipe