AidanHiggs / CIS-18_NetworkScan

2023 fall semester CIS-18 project
MIT License
0 stars 2 forks source link

Individual Sprint 2 GUI #33

Closed RValdez216 closed 1 year ago

RValdez216 commented 1 year ago

Sprint 2

RValdez216 commented 1 year ago

I encountered some challenges when integrating this code into our application. It works on my practice project but I can not get the JAVA FX Controller to work properly on our app. To ensure its functionality, I created a multi-scene JavaFX graphical user interface within a practice project. Here's a brief overview of the implemented features:

The application starts with a home screen featuring two buttons. One button leads to a ping scene, where users can input an IP address and initiate a ping operation. This scene also includes a button to return to the home screen. The other button directs users to a port scanner scene, which allows them to specify port ranges for scanning. Similar to the ping scene, there's a button to return to the home screen. This structure provides a user-friendly interface for conducting both ping and port scanning operations seamlessly.

I'm also having problems implementing scene builder, I have watched multiple videos and somewhere I'm messing up on setting it up. I like the direction I'm headed so far.