Relative Content

Tag Archive for javaawt

Java textbox has wrong bounds

I am learning Java, and, while trying to create a textbox, I expected the textbox to be 100 pixels wide and 30 pixels tall. Instead, it fills the entire window.
The code