CMIS 141 Lab. 1 March Create a jar file with the necessary files for the SliderDemo. Also make the correct HTML file. See the Jar notes on the class web site. See Lab1 on cmis102a web site for how to access JDK programs from the command line and how to set the PATH. With a partner modify the SimpChatClient to ask the user the IP address of the machine where the SimpChatServer is running. One way to find the IP address of a Windows computer: start a command prompt: Start | Run | cmd type the ipconfig command Modify the StringTokenizer demo TwoInts to input 3 integers separated by commas. Change the SliderDemo so that the sliders are on the top (NORTH) and left (WEST) areas of the default BorderLayout. The range is from 10 to 400 and the starting value is 100. Read the documentation about JSlider to find out how. See what FlowLayout looks like. Add a combo box with different colors so selecting a color makes the oval change to that color. The PolygonsTest.java program has the incantations for a JComboBox to work.