Sir,
My problem is to read a text file which contains lines of text data{e.g: #1115=CLOSED_SHELL(",(#166,#208,#250.....#1114));} . I need to break it and #numbers in braces are assigned to string array and they should cal by one by one. similarly next level on calling #166 same operation should perform{#166=ADVANCED_FACE(",(#165),#129,.F.);} like this 8 levels were there, finally at each level the Calling number should display in JTable. Please help me get out of this problem. please give me code for at least the given two levels. the given pattern for each level is static. please use pattern matcher and start it with searching the input text file with string CLOSED_SHELL.
Waiting for response.
Thank you.