AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Programmieren allgemein [Java] Ints/colors per param tag an applet?
Thema durchsuchen
Ansicht
Themen-Optionen

[Java] Ints/colors per param tag an applet?

Ein Thema von glkgereon · begonnen am 5. Sep 2004 · letzter Beitrag vom 6. Sep 2004
 
Benutzerbild von fkerber
fkerber
(CodeLib-Manager)

Registriert seit: 9. Jul 2003
Ort: Ensdorf
6.723 Beiträge
 
Delphi XE Professional
 
#5

Re: [Java] Ints/colors per param tag an applet?

  Alt 6. Sep 2004, 16:42
Hi!

Hast du dir angeschaut, wie es in dem beschriebenen Applet gemacht wird?

Code:
 /**
   * Get the info about the applet parameter.
   *
   * @return   info about all parameters
   */
  public String[][] getParameterInfo(){
    return (new String[][]{{"splash",   "String",     "name of splash image"},
                           {"image",    "String",     "name of image"},
                           {"horizont", "y",          "position of horizont"},
                           {"auto",     "x",          "auto movement"},
                           {"start",    "x",          "start position"},
                           {"background","FFFFFF",     "background color"},
                           {"foreground","000000",     "foreground color"},
                           {"font",     "s",          "size of font"},
                           {"color",    "00FF00",     "color of spots"},
                           {"spot#",    "x,y;...;x,y", "coordinates of spot#"},
                           {"link#",    "String",     "link for spot#"},
                           {"target#",  "String",     "target for spot#"},
                           {"comment#", "String",     "comment for spot#"},
                           {"audio#",   "String",     "audio for spot#"},
                           {"properties","String",     "properties file"}
                          });
  }
Ciao Frederic
Frederic Kerber
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:44 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz