Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA Modify the baseball stats program Modify the test document to include a column for home runs update the forms, class, and file IO Create

JAVA

Modify the baseball stats program

Modify the test document to include a column for home runs

update the forms, class, and file IO

Create two additional stats files for different baseball teams

Fake data is OK just be sure to vary it greatly from what I provided

Add functionality to the menu to open different files

On opening be sure to remove the existing data in the list box

Adjust the label to reflect the team based on the file opened

Update the icon based on the team opened

Social Media Primer

Not everyone is fluent on the uses of social media. You will create a program that describes the different social media platforms to users. You program will have the following

A class that holds the icon image, name, URL, and description of a social media site.

Build a custom renderer for the class that displays the icon and the name of the site

Create a JFrame form with

A JList that holds 6 social media sites and uses the custom renderer

JLabels for the social media site name, description and the URL

Hint: if you write the url to the JLabel with HTML, the JLabel will be clickable:

labelURL.setText("" + social.getURL() + "

When the user selects a social media site from the JList, the rest of the form updates

I found icons for social media here https://www.google.com/search?q=free+US+traffic+signs&espv=2&biw=1440&bih=794&tbm=isch&source=lnt&tbs=isz:ex,iszw:32,iszh:32#tbs=isz:ex,iszw:32,iszh:32&tbm=isch&q=social+media+icons

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting And Auditing Research And Databases Practitioner's Desk Reference

Authors: Thomas R. Weirich, Natalie Tatiana Churyk, Thomas C. Pearson

1st Edition

1118334426, 978-1118334423

More Books

Students also viewed these Databases questions

Question

What does Processing of an OLAP Cube accomplish?

Answered: 1 week ago