Skip to content

andrei-punko/swing-app-google-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test task: Swing desktop app to make Google search

Java CI with Maven Coverage Branches

Prerequisites:

  • Maven 3
  • JDK 21

Task definition

  1. Try to develop desktop application which consists of form with:

    • Input field (JTextField)
    • Search button (JButton)
    • Table (JTable)
  2. After press on Search button we need to get result page from Google by entered into input field phrase (for example https://www.google.com/search?q=open+source for phrase open source)

  3. Get 10 result urls from this page and put them into table

*) If you want to avoid UI hanging - make data extraction in separate thread, not in Swing thread

**) If you want, make results in table for different phrases visually different
(results gotten by same phrase will be overwritten)

Hint: to get page from Google you could use this code from Stackoverflow

About

Test task: Swing-based desktop app to make Google search

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy