Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   Read a text and extract data and display it in JTables (https://www.askmehelpdesk.com/showthread.php?t=792450)

  • May 20, 2014, 12:57 PM
    nlpoorna321
    Read a text and extract data and display it in JTables
    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.

  • All times are GMT -7. The time now is 04:56 PM.