Announcement

Collapse
No announcement yet.

With...End With-Anweisung in Java

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • With...End With-Anweisung in Java

    Hallo,

    gibts in Java ein Pendant zur Visual Basic anweisung:

    Code:
    With testObject
        .Height = 100
        .Text = "Hello, World"
        .ForeColor = System.Drawing.Color.Green
        .Font = New System.Drawing.Font(.Font, _
         System.Drawing.FontStyle.Bold)
    End With
    Danke für Info

  • #2
    Nein, gibt es nicht
    Christian

    Comment

    Working...
    X