Posts by BrunoPadilha • 45 points
3 posts
-
2
votes1
answer63
viewsQ: Access data from a class
I’m developing a graph generator to monitor the navigation of a robot. The coordinates the robot passes through are stored in a txt file, with each line having a latitude and a longitude, as…
-
1
votes2
answers883
viewsQ: Read lines from a TXT to Arraylist
I need to read a log saved in a TXT file that contains geographical coordinates in the following form: -54.123440,-21.123456 -54.123425,-21.123467 -54.123435,-21.123480 -54.123444,-21.123444…
-
0
votes1
answer52
viewsQ: Problem parsing regular expressions of a jTextArea
I am trying to analyze a text typed in a jTextArea, in the form of an algorithm in English. Initially I must recognize the main method, which is characterized by "beginning" and "end". The way I’m…