/usr/share/doc/libjcalendar-java-doc/demo.html is in libjcalendar-java-doc 1.3.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | <html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>JCalendar Demo Applet</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
vlink="#0000ff" alink="#000ff">
<div align="center">
<h1><font color="#003366"><b>JCalendar Demo Applet</b></font></h1>
<p>© Kai Toedter 1999 - 2009<br>
Version 1.3.3<br>
05/01/09<br>
</p>
</div>
<div align="center">
<table width="578" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" bordercolor="#FFFFFF" height="560">
<tr>
<td bgcolor="#FFFFFF" >
<center>
<applet code="com.toedter.calendar.demo.JCalendarDemo" archive="/usr/share/java/jcalendar.jar" width=373 height=560>
</applet>
</center>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<div align="left">
<p>To run the <a href="index.html">JCalendar</a> demonstration applet
in your browser, the <a href="http://java.sun.com/getjava/">Java Plug-in</a>
has to be installed. This applet demonstrates the JCalendar Java bean
suite, including a Java date chooser composed of several other Java
beans (a JDayChooser, a JMonthChooser and a JYearChooser). All these
beans have a locale property. If you change the locale with the locale
chooser, the names of the months and weekdays change (make sure, that
you have bound the Java Plug-in to an international JRE, otherwise
you might see only one locale!). Just for demonstration, the chosen
date is displayed below the locale chooser. Since I think it looks
just great, I have packaged JCalendar with the free JGoodies Plastic
3D look & feel (made by <a href="http://www.jgoodies.com">JGoodies</a>).
</p>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
|