I haven't used Java in about 5 years but need to create some applets. Basically I need to make 3 text boxes and a button. When the button is pressed, it adds 2 of the numbers in the boxes and outputs the sum to the third. The thing is, I learned all this using "BreezySwing" and I just want to...
Wow guys, thanks for all the help.I will post my finished code as soon as I finish it. For now I just wanted to say thanks for the help.Basically, I chomped and split it as you showed. I am a bit of a newbie when it comes to regex.
I have a text file with the following format:
1.1.1 50.1 1065.1
1.1.2 51.1 14.1
1.1.5 52.1 101.1 Text...text....text
1.2.1 53.1 100.1 Text...text....text
And I want to get it looking like this and printed into a file:
50.1 1065.1
51.1 14.1
52.1 101.1
53.1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.