Download presentation
Presentation is loading. Please wait.
1
SE-1021 Software Engineering II
10/28/2019 SE-1021 Software Engineering II Week 10, Class 2 Get ready for PollEverywhere! Testing & Debugging Jar Files BlocksMania Creating different kinds of tiles Using Icons Tomorrow: Presentations, no quiz Thursday: Bring computers: Instr. Evaluations Final Wednesday, February 26th, 11am-12:50pm (2014) (CC-121, Just for our section, 031) Select/write in-class questions In-class questions - Count lines? - Create components in loop? - Write file? Create start-of-class code: Choose what to cover: - Finish Factor out class - Finish? Move methods over to factored class - Class diagram? - Non-GUI class? - Repainting - Validating - Creating array of tiles - Making the char public (good?) - Editing the characters - Icons Dialog Icons? Game logic? EA diagram? etc. DISCUSS FURTHER? - Creating action listener that just calls another method – (In menu constructor) Muddiest Point - What would you like to see implemented next? Dr. Yoder
2
Jar Files Debugging the Jar File
SE1021 10/28/2019 Jar Files Debugging the Jar File <Windows>+r cmd <ENTER> D: cd MyDocs\Desktop cd username java -jar InClassSE1021.jar (You can type <TAB> to complete a path, kind of like alt-enter in IntelliJ) Then you can see the output… and hopefully go back to IntelliJ and fix. SE-1021 Dr. Josiah Yoder Slide style: Dr. Hornick Dr. Yoder
3
Slide style: Dr. Hornick
Jar Files Polls: Creating the JAR file? Creating the ZIP file for demo? SE-1021 Dr. Josiah Yoder Slide style: Dr. Hornick
4
Slide style: Dr. Hornick
SE1021 10/28/2019 JAR file SE-2811 Dr. Josiah Yoder Slide style: Dr. Hornick Dr. Yoder
5
Slide style: Dr. Hornick
SE1021 10/28/2019 ZIP file SE-2811 Dr. Josiah Yoder Slide style: Dr. Hornick Dr. Yoder
6
Slide style: Dr. Hornick
SE1021 10/28/2019 for(int col = 0; col<numCols && col+1<line.length(); col++) { c = line.charAt(col+1); } SE-2811 Dr. Josiah Yoder Slide style: Dr. Hornick Dr. Yoder
7
Slide style: Dr. Hornick
Image Icons SE-1021 Dr. Josiah Yoder Slide style: Dr. Hornick
8
Slide style: Dr. Hornick
SE1021 10/28/2019 multi SE-2811 Dr. Josiah Yoder Slide style: Dr. Hornick Dr. Yoder
9
Slide style: Dr. Hornick
SE1021 10/28/2019 (other) SE-2811 Dr. Josiah Yoder Slide style: Dr. Hornick Dr. Yoder
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.