diff options
author | j-james | 2022-12-03 04:54:57 +0000 |
---|---|---|
committer | j-james | 2022-12-03 04:54:57 +0000 |
commit | 9ad66fd06a7eb54f440966dc4d935179c2cc150a (patch) | |
tree | 80c2c4afefc39d44d6a38e1113faec04db36cc07 /src/main/ui/BrowserApp.java | |
parent | ec8ad6118e59572f350e1650d4e1d1fd665c671d (diff) |
Begin Phase 4
Diffstat (limited to 'src/main/ui/BrowserApp.java')
-rw-r--r-- | src/main/ui/BrowserApp.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/ui/BrowserApp.java b/src/main/ui/BrowserApp.java index 5e73144..c4bbf99 100644 --- a/src/main/ui/BrowserApp.java +++ b/src/main/ui/BrowserApp.java @@ -103,20 +103,6 @@ public class BrowserApp { } } - /* - private void mainLoopII(ArrayList<String> rawHtml, String border, HtmlParser parser) { - while (true) { - println("Page rendered. Input additional raw HTML if desired."); - rawHtml.add(input.next()); - println(border); - for (String s : rawHtml) { - parser = new HtmlParser(); - renderHtml(parser.parseHtml(s)); - } - println(border); - } - }*/ - /** * EFFECTS: Barebones HTML rendering. Iterates through a list of Nodes and their children and prints any text. */ |