Programmers often must create forms using oops; today we’ll be creating one using Java. So remember the goal of this is to experiment with the code so enjoy! import java.awt.Color ; import java.awt.GridLayout ; import javax.swing.* ; class INFORFORM { public static void main ( String [] args ) { String [] selections = { " QUESTIONS " , " REQUESTS " , " INFORMATION " , " INQUIERY " , " PRESS " , " OTHER " }; JComboBox comboX = new JComboBox (selections); JTextField NAME = new JTextField ( " WIRED2TECH " ); JTextField EMAIL = new JTextField ( " WIRED2TECH2@AOL.COM " ); JTextField QUESTION = new JTextField ( " CAN YOU WRITE AN ARTICLE ABOUT MY SCHOOL " ); JPanel panel = new JPanel ( new GridLayout ( 12 , 10 , 13 , 15 )); panel . setBorder( BorderFactory . createEmptyBorder(
WIRED 2 TECH! : Get into TECH is an innovative web-based startup that was developed to help people who want to be part of the world of information technology. We teach through self-teaching; we create simulated applications in various programming languages that are compatible with real work assignments and let you experiment with it thus helping you learn and become more comfortable with coding.