This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>RESTXQ 1.0: RESTful Annotations for XQuery</title> | |
<meta charset='utf-8'/> | |
<script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script> | |
<script class='remove'> | |
var respecConfig = { | |
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED. | |
specStatus: "unofficial", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.awt.Font; | |
import java.awt.FontMetrics; | |
import java.awt.Graphics; | |
import javax.swing.JFrame; | |
import javax.swing.JLabel; | |
public class F extends JFrame { | |
JLabel label; |