mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
writing the faq, updating some code for beta
This commit is contained in:
@@ -103,8 +103,8 @@ public class UpdateCheck implements Runnable {
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
System.err.println("Error while trying to check for an update.");
|
||||
//e.printStackTrace();
|
||||
//System.err.println("Error while trying to check for an update.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 43 B |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 89 B |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 82 B |
Executable
+71
@@ -0,0 +1,71 @@
|
||||
body
|
||||
{
|
||||
margin: 0px 0px 0px 0px;
|
||||
font-family: verdana, geneva, arial, helvetica;
|
||||
font-size: 11px;
|
||||
background-color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
A { color: #3399CC; }
|
||||
A:link { color: #3399CC; text-decoration: underline; }
|
||||
A:visited { color: #3399CC; text-decoration: underline; }
|
||||
A:active { color: #3399CC; text-decoration: underline; }
|
||||
A:hover { color: #3399CC; text-decoration: underline; }
|
||||
|
||||
td
|
||||
{
|
||||
font-family: verdana, geneva, arial, helvetica, san-serif;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
|
||||
h3 {
|
||||
COLOR: #5A5A46;
|
||||
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
FONT-SIZE: 19px;
|
||||
FONT-WEIGHT: normal;
|
||||
LINE-WEIGHT: normal;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
pre {
|
||||
FONT-FAMILY: "Courier New", Courier, mono;
|
||||
FONT-SIZE: 11px;
|
||||
LINE-HEIGHT: normal;
|
||||
COLOR: #000000
|
||||
}
|
||||
|
||||
.inputnav {
|
||||
FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
FONT-SIZE: 11px;
|
||||
FONT-WEIGHT: normal;
|
||||
COLOR: #333333; }
|
||||
|
||||
.refnav {
|
||||
FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
FONT-SIZE: 11px;
|
||||
FONT-WEIGHT: normal;
|
||||
COLOR: #333333;
|
||||
background-color: #FFFFFF;
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.titles {
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
|
||||
FONT-SIZE: 19px;
|
||||
FONT-WEIGHT: normal;
|
||||
COLOR: #5A5A46
|
||||
}
|
||||
|
||||
.caption {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
font-weight: normal
|
||||
}
|
||||
+1
-1
@@ -758,7 +758,7 @@ public class PFont implements PConstants {
|
||||
* This only works with Java 1.3 and higher.
|
||||
*
|
||||
* @param font the font object to create from
|
||||
* @param all true to include all available characters in the font
|
||||
* @param charset array of all unicode chars that should be included
|
||||
* @param smooth true to enable smoothing/anti-aliasing
|
||||
*/
|
||||
public PFont(Font font, char charset[], boolean smooth) {
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
#C:\jdk-1.4.2_05\bin
|
||||
#/cygdrive/c/jdk-1.4.2_05/bin/javadoc -d doc *.java
|
||||
/cygdrive/c/jdk-1.4.2_05/bin/javadoc -d doc *.java
|
||||
#javadoc -public -d doc *.java
|
||||
./preproc.pl
|
||||
jikes -d . +D *.java
|
||||
|
||||
@@ -65,6 +65,8 @@ o using timezone would be an interesting method for tracking location
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
_ create font is somewhat broken
|
||||
|
||||
pending
|
||||
_ rename video.Camera to video.Video ?
|
||||
_ VideoInput VideoOutput, SoundInput, SoundOutput or AudioInput/AudioOutput
|
||||
|
||||
Reference in New Issue
Block a user