Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CSC305 Summer Lecture 09

CSC305 Summer Lecture 09

Individual Software Design and Development
Multithreading
(202508)

Avatar for Javier Gonzalez-Sanchez

Javier Gonzalez-Sanchez PRO

August 12, 2025
Tweet

More Decks by Javier Gonzalez-Sanchez

Other Decks in Programming

Transcript

  1. Dr. Javier Gonzalez-Sanchez [email protected] www.javiergs.info o ffi ce: 14 -227

    CSC 305 Individual Software Design and Development | Summer Version Lecture 08. Multithreading
  2. GUI 49 Java Files on Another Panel Draw squares around

    an hypothetical circle. Connect the ones related with Aggregation, Composition or Dependency Use JavaParser library
  3. Lab

  4. •Can we draw the last 10 dots only? • Can

    we make darker the newest dot and light-gray (white) the oldest one? • Connect all the dots with a line, but instead of following the order in which they were clicked, connect them based on the shortest distance between each dot. •A dot can be added with a click AND automatically every 10 seconds a new one is added.
  5. CSC 305 Individual Software Design and Development Javier Gonzalez-Sanchez, Ph.D.

    [email protected] Summer 2025 Copyright. These slides can only be used as study material for the class CSC305 at Cal Poly. They cannot be distributed or used for another purpose.