The jTextBox control is analogous the .Net Compact Framework's TextBox, but has a more rich appearance.
The AcceptsReturn property serves the same purpose as the .Net Framework's AcceptsReturn property. If true the textbox will create a newline when the Enter key is pressed. If false the Enter key will be ignored.
The Border property is used to customize the thickness and color of the texbox's perimeter. See Fills, Strokes and Borders for details.
The CornerRadii property can be used to customize shape of the textbox's four corners. Each corner can be set independently.
The Fill property is used to customize the color of the textbox's interior. See Fills, Strokes and Borders for details.
jTextBox supports all of jControls' Text Features.