Severity: Warning
Message: fopen(/tmp/ci_sessionvdejjn2h80c1om5n2jniv32gu9j662h6): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
This project helps in managing scorecards between two teams, designed using Java GUI.
This project includes the following Component:
JLabel - The object of JLabel class is a component for placing text in a container.
JButton - The JButton class is used to create a labeled button that has platform-independent implementation.
The JLabel has the name of the teams with their individual score displayed under them in a new JLabel. The score is simply stored in a variable for each team and by simply using the "++" operator it is incremented whenever the user clicks on the button for the respective teams. If the user wants to reset the scores he/she can simply click the reset button which will reset the scores of the individual teams back to zero by simply changing the Jlabel text to "0" and changing the values of the variable also to 0.
Kindly allude to the screen captures for a superior view.
Screen captures:



Submitted by Devang Pathak (Devang)
Download packets of source code on Coders Packet
Comments