
July 16th, 2011, 02:01 PM
|
|
Registered User
|
|
Join Date: Jul 2011
Posts: 1
Time spent in forums: 8 m 16 sec
Reputation Power: 0
|
|
|
Swing - Problem parsing WHOIS date from text and capturing fields
Hello,
I'm a bit stuck and a little lost here...
I am trying to create a Java-based GUI that queries WHOIS and writes certain WHOIS properties to a 3rd party app. I currently have a functioning Java Swing-based GUI that successfully returns the WHOIS text from the query. However, I have no idea how to parse this data and capture the info I need to variables. For example, from the text returned I need a field for registrar, Administrative contact, Technical contact, etc. I'd like to just capture these and display them in the panel somewhere before I hit a button to send them to the other app, which shouldn't be an issue once I have the correct data in the variables. Anyone have any ideas or tips on how to do this. Any info is greatly appreciated.
Thanks! 
|