Java Programming Presentation
Java Programming Presentation
This is a Tic Tac Toe game I wrote in Java (Swing). It fully works when detecting the winner
or a tie. It is a two player game.
I'm trying to achieve a 3 by 3 simple Tic Tac Toe game.The first player is X and the second
player is O.The player who succeeds in placing their marks in a diagonal, horizontal, or
vertical row is the winner. In this java project I am using the AWT and Swings libraries.
Abstract Window Toolkit (AWT) & Swing packages are standard graphical user interfaces
used to render graphics. I create the user interface (UI) of my tic-tac-toe game, for that I
use frames, panels, buttons, labels, etc. with the help of Swing package.
PROJECT SNAPSHOTS
CONCLUSION
This industrial training program has been an invaluable opportunity to
deepen my understanding of Java and build practical skills through real-
world application. I feel confident applying this knowledge to tackle new
challenges and pursue a career in Java development.
Throughout this training, I gained proficiency in areas such as object-
oriented programming, advanced data structures, and web development
using Java frameworks. These skills, along with the experience of working
in a professional setting, have significantly enhanced my preparedness for
the industry.I'm grateful to my mentors and colleagues for their guidance
and support during this training.
THANK YOU