aboutsummaryrefslogtreecommitdiffstats
path: root/demos/testTextPPM1.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-02-13 05:32:07 +0000
committerSven Gothel <[email protected]>2001-02-13 05:32:07 +0000
commit3e2b16a820bfe03f8f3837c3aaa615c8c4b7f18c (patch)
treed834a05eb37751b4c95045c3021589f2e22fcd9f /demos/testTextPPM1.java
parent91bc9d109b2d16e6d42f1fbcc9d3dbca51c40b69 (diff)
JAWT Support JDK >=1.3
Diffstat (limited to 'demos/testTextPPM1.java')
-rwxr-xr-xdemos/testTextPPM1.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/testTextPPM1.java b/demos/testTextPPM1.java
index e7d876c..0d1780f 100755
--- a/demos/testTextPPM1.java
+++ b/demos/testTextPPM1.java
@@ -361,7 +361,7 @@ public void display()
public void puntVista()
{
- if (cvsIsInit()==false || glj.gljMakeCurrent() == false)
+ if (cvsIsInit()==false )
{
System.out.println("-- Tenim algun problema glj.gljUse -3-");
return;
@@ -462,8 +462,6 @@ public void mouseDragged(MouseEvent e)
sl_alfaUsu.setValue(anclaAlfa+difX);
sl_betaUsu.setValue(anclaBeta+difY);
- // puntVista(); JAU
- // display(); JAU ... -> sDisplay() or repaint ...
repaint();
}
//---------------------------------------------------------------