Mark Andy

Greenhorn
+ Follow
since Feb 15, 2016
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mark Andy

I'm trying to do a sequential search & binary of a data file and key file. I took some hints from class and put it together. Now I'm stuck on how to actually run the sequential search for the two files. Any push forward would help!
9 years ago
So I would begin with your code in the "while" statement?
9 years ago
So my problem is, my program has read a text file and display in a GUI the frequency of all characters ASCII [256]. Now this is a homework assignment so I'm looking for pointers on how to do this when it comes down to ASCII and not just a-z. What should I start writing in the while statement. I will worry about displaying it in my GUI once i figure out exactly what to do here first.
9 years ago
Thanks so much, I knew it had to be simple, Very new with GUI so I appreciate your explanation with that!!
9 years ago
So there are two different classes TextFile and Project02. Project02 is GUI which I try and hit open file. It opens JFileChooser and I select a file and hit open then right away just opens the JFileChooser again.. I just need some pointers on where to fix this issue. I believe it would be in the "IF-ELSE" but I'm trying to maintain the same structure as this is for school.




9 years ago