How to assign a static makeMassClient
method to the static clients
field?
class GPR extends JFrame implements MouseListener, ListSelectionListener { static Client[] clients=BankingSystem.Parser.makeMassClient("D://clients.out");
The problem is that the syntax error "Unhandled exception type IOException" appears to the right of the equal.
Multiple markers at this line
Unhandled exception type IOException
Unhandled exception type IOException