Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
rjolly committed Feb 3, 2024
1 parent 7f956da commit 97680c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions html/src/linoleum/html/Document.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
import javax.swing.JEditorPane;

public class Document extends HTMLDocument {
public Document() {
super(new StyleSheet());
}

public void setFrames(final Map<String, URL> map, final JEditorPane panel) {
for (final Map.Entry<String, URL> entry : map.entrySet()) {
processHTMLFrameHyperlinkEvent(new HTMLFrameHyperlinkEvent(panel, HyperlinkEvent.EventType.ACTIVATED, entry.getValue(), entry.getKey()));
Expand Down

0 comments on commit 97680c9

Please sign in to comment.