0% found this document useful (0 votes)
9 views6 pages

OOP Project TicTAcToe

The document describes a Tic-Tac-Toe game project created using Java Swing. It includes details on the main JFrame window containing title, button, and game over panels. It also describes using a timer for the game over screen and playing background music using Java audio.

Uploaded by

Tasmin Tamanna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views6 pages

OOP Project TicTAcToe

The document describes a Tic-Tac-Toe game project created using Java Swing. It includes details on the main JFrame window containing title, button, and game over panels. It also describes using a timer for the game over screen and playing background music using Java audio.

Uploaded by

Tasmin Tamanna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

DEPARTMENT OF

COMPUTER SCIENCE AND ENGINEERING

PROJECT REPORT
Course Code CSE-122
Course Title Object Oriented Programming Lab

Tic-Tac-Toe Project

SUBMITTED BY SUBMITTED TO
Name Abid Shahriar
ID
Batch 31st (UG) Lab Technical Officer (LTO)
Department of CSE Department of CSE
Feni University Feni University
th
Date of Submission 30 May, 2024
JFrame

(MainFrame)

TitlePanel (JPanel)

TextField (JLabel)

ButtonPanel (JPanel)
JButton x 9

GameOver Label

(JLabel)

“GameOver” (JLabel)

Timer
gameOverTimer (Timer)

Audio
playBackgroundMusic()

• File: "./videoplayback.wav"
• AudioInputStream
• Clip
• LineListener












You might also like