Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.
javax.swing

Interface SwingConstants

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int BOTTOM
      Box-orientation constant used to specify the bottom of a box.
      static int CENTER
      The central position in an area.
      static int EAST
      Compass-direction east (right).
      static int HORIZONTAL
      Horizontal orientation.
      static int LEADING
      Identifies the leading edge of text for use with left-to-right and right-to-left languages.
      static int LEFT
      Box-orientation constant used to specify the left side of a box.
      static int NEXT
      Identifies the next direction in a sequence.
      static int NORTH
      Compass-direction North (up).
      static int NORTH_EAST
      Compass-direction north-east (upper right).
      static int NORTH_WEST
      Compass-direction north west (upper left).
      static int PREVIOUS
      Identifies the previous direction in a sequence.
      static int RIGHT
      Box-orientation constant used to specify the right side of a box.
      static int SOUTH
      Compass-direction south (down).
      static int SOUTH_EAST
      Compass-direction south-east (lower right).
      static int SOUTH_WEST
      Compass-direction south-west (lower left).
      static int TOP
      Box-orientation constant used to specify the top of a box.
      static int TRAILING
      Identifies the trailing edge of text for use with left-to-right and right-to-left languages.
      static int VERTICAL
      Vertical orientation.
      static int WEST
      Compass-direction west (left).

      Eerste pagina van API Java Inhoudsopgave Haut

    • Field Detail

      • CENTER

        static final int CENTER
        The central position in an area. Used for both compass-direction constants (NORTH, etc.) and box-orientation constants (TOP, etc.).
        See Also:
        Constant Field Values
      • TOP

        static final int TOP
        Box-orientation constant used to specify the top of a box.
        See Also:
        Constant Field Values
      • LEFT

        static final int LEFT
        Box-orientation constant used to specify the left side of a box.
        See Also:
        Constant Field Values
      • BOTTOM

        static final int BOTTOM
        Box-orientation constant used to specify the bottom of a box.
        See Also:
        Constant Field Values
      • RIGHT

        static final int RIGHT
        Box-orientation constant used to specify the right side of a box.
        See Also:
        Constant Field Values
      • NORTH_EAST

        static final int NORTH_EAST
        Compass-direction north-east (upper right).
        See Also:
        Constant Field Values
      • SOUTH_EAST

        static final int SOUTH_EAST
        Compass-direction south-east (lower right).
        See Also:
        Constant Field Values
      • SOUTH_WEST

        static final int SOUTH_WEST
        Compass-direction south-west (lower left).
        See Also:
        Constant Field Values
      • NORTH_WEST

        static final int NORTH_WEST
        Compass-direction north west (upper left).
        See Also:
        Constant Field Values
      • HORIZONTAL

        static final int HORIZONTAL
        Horizontal orientation. Used for scrollbars and sliders.
        See Also:
        Constant Field Values
      • VERTICAL

        static final int VERTICAL
        Vertical orientation. Used for scrollbars and sliders.
        See Also:
        Constant Field Values
      • LEADING

        static final int LEADING
        Identifies the leading edge of text for use with left-to-right and right-to-left languages. Used by buttons and labels.
        See Also:
        Constant Field Values
      • TRAILING

        static final int TRAILING
        Identifies the trailing edge of text for use with left-to-right and right-to-left languages. Used by buttons and labels.
        See Also:
        Constant Field Values
      • NEXT

        static final int NEXT
        Identifies the next direction in a sequence.
        Since:
        1.4
        See Also:
        Constant Field Values
      • PREVIOUS

        static final int PREVIOUS
        Identifies the previous direction in a sequence.
        Since:
        1.4
        See Also:
        Constant Field Values

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/swing/swingconstants.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut