@@ -359,7 +359,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
359
359
360
360
private static var BOTTOM_FieldID : jfieldID ?
361
361
362
- open static var BOTTOM : Int {
362
+ public static var BOTTOM : Int {
363
363
get {
364
364
let __value = JNIField . GetStaticIntField ( fieldName: " BOTTOM " , fieldType: " I " , fieldCache: & BOTTOM_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
365
365
return Int ( __value)
@@ -370,7 +370,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
370
370
371
371
private static var CENTER_FieldID : jfieldID ?
372
372
373
- open static var CENTER : Int {
373
+ public static var CENTER : Int {
374
374
get {
375
375
let __value = JNIField . GetStaticIntField ( fieldName: " CENTER " , fieldType: " I " , fieldCache: & CENTER_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
376
376
return Int ( __value)
@@ -381,7 +381,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
381
381
382
382
private static var EAST_FieldID : jfieldID ?
383
383
384
- open static var EAST : Int {
384
+ public static var EAST : Int {
385
385
get {
386
386
let __value = JNIField . GetStaticIntField ( fieldName: " EAST " , fieldType: " I " , fieldCache: & EAST_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
387
387
return Int ( __value)
@@ -392,7 +392,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
392
392
393
393
private static var HORIZONTAL_FieldID : jfieldID ?
394
394
395
- open static var HORIZONTAL : Int {
395
+ public static var HORIZONTAL : Int {
396
396
get {
397
397
let __value = JNIField . GetStaticIntField ( fieldName: " HORIZONTAL " , fieldType: " I " , fieldCache: & HORIZONTAL_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
398
398
return Int ( __value)
@@ -403,7 +403,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
403
403
404
404
private static var LEADING_FieldID : jfieldID ?
405
405
406
- open static var LEADING : Int {
406
+ public static var LEADING : Int {
407
407
get {
408
408
let __value = JNIField . GetStaticIntField ( fieldName: " LEADING " , fieldType: " I " , fieldCache: & LEADING_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
409
409
return Int ( __value)
@@ -414,7 +414,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
414
414
415
415
private static var LEFT_FieldID : jfieldID ?
416
416
417
- open static var LEFT : Int {
417
+ public static var LEFT : Int {
418
418
get {
419
419
let __value = JNIField . GetStaticIntField ( fieldName: " LEFT " , fieldType: " I " , fieldCache: & LEFT_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
420
420
return Int ( __value)
@@ -425,7 +425,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
425
425
426
426
private static var NEXT_FieldID : jfieldID ?
427
427
428
- open static var NEXT : Int {
428
+ public static var NEXT : Int {
429
429
get {
430
430
let __value = JNIField . GetStaticIntField ( fieldName: " NEXT " , fieldType: " I " , fieldCache: & NEXT_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
431
431
return Int ( __value)
@@ -436,7 +436,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
436
436
437
437
private static var NORTH_FieldID : jfieldID ?
438
438
439
- open static var NORTH : Int {
439
+ public static var NORTH : Int {
440
440
get {
441
441
let __value = JNIField . GetStaticIntField ( fieldName: " NORTH " , fieldType: " I " , fieldCache: & NORTH_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
442
442
return Int ( __value)
@@ -447,7 +447,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
447
447
448
448
private static var NORTH_EAST_FieldID : jfieldID ?
449
449
450
- open static var NORTH_EAST : Int {
450
+ public static var NORTH_EAST : Int {
451
451
get {
452
452
let __value = JNIField . GetStaticIntField ( fieldName: " NORTH_EAST " , fieldType: " I " , fieldCache: & NORTH_EAST_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
453
453
return Int ( __value)
@@ -458,7 +458,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
458
458
459
459
private static var NORTH_WEST_FieldID : jfieldID ?
460
460
461
- open static var NORTH_WEST : Int {
461
+ public static var NORTH_WEST : Int {
462
462
get {
463
463
let __value = JNIField . GetStaticIntField ( fieldName: " NORTH_WEST " , fieldType: " I " , fieldCache: & NORTH_WEST_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
464
464
return Int ( __value)
@@ -469,7 +469,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
469
469
470
470
private static var PREVIOUS_FieldID : jfieldID ?
471
471
472
- open static var PREVIOUS : Int {
472
+ public static var PREVIOUS : Int {
473
473
get {
474
474
let __value = JNIField . GetStaticIntField ( fieldName: " PREVIOUS " , fieldType: " I " , fieldCache: & PREVIOUS_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
475
475
return Int ( __value)
@@ -480,7 +480,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
480
480
481
481
private static var RIGHT_FieldID : jfieldID ?
482
482
483
- open static var RIGHT : Int {
483
+ public static var RIGHT : Int {
484
484
get {
485
485
let __value = JNIField . GetStaticIntField ( fieldName: " RIGHT " , fieldType: " I " , fieldCache: & RIGHT_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
486
486
return Int ( __value)
@@ -491,7 +491,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
491
491
492
492
private static var SOUTH_FieldID : jfieldID ?
493
493
494
- open static var SOUTH : Int {
494
+ public static var SOUTH : Int {
495
495
get {
496
496
let __value = JNIField . GetStaticIntField ( fieldName: " SOUTH " , fieldType: " I " , fieldCache: & SOUTH_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
497
497
return Int ( __value)
@@ -502,7 +502,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
502
502
503
503
private static var SOUTH_EAST_FieldID : jfieldID ?
504
504
505
- open static var SOUTH_EAST : Int {
505
+ public static var SOUTH_EAST : Int {
506
506
get {
507
507
let __value = JNIField . GetStaticIntField ( fieldName: " SOUTH_EAST " , fieldType: " I " , fieldCache: & SOUTH_EAST_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
508
508
return Int ( __value)
@@ -513,7 +513,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
513
513
514
514
private static var SOUTH_WEST_FieldID : jfieldID ?
515
515
516
- open static var SOUTH_WEST : Int {
516
+ public static var SOUTH_WEST : Int {
517
517
get {
518
518
let __value = JNIField . GetStaticIntField ( fieldName: " SOUTH_WEST " , fieldType: " I " , fieldCache: & SOUTH_WEST_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
519
519
return Int ( __value)
@@ -524,7 +524,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
524
524
525
525
private static var TOP_FieldID : jfieldID ?
526
526
527
- open static var TOP : Int {
527
+ public static var TOP : Int {
528
528
get {
529
529
let __value = JNIField . GetStaticIntField ( fieldName: " TOP " , fieldType: " I " , fieldCache: & TOP_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
530
530
return Int ( __value)
@@ -535,7 +535,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
535
535
536
536
private static var TRAILING_FieldID : jfieldID ?
537
537
538
- open static var TRAILING : Int {
538
+ public static var TRAILING : Int {
539
539
get {
540
540
let __value = JNIField . GetStaticIntField ( fieldName: " TRAILING " , fieldType: " I " , fieldCache: & TRAILING_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
541
541
return Int ( __value)
@@ -546,7 +546,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
546
546
547
547
private static var VERTICAL_FieldID : jfieldID ?
548
548
549
- open static var VERTICAL : Int {
549
+ public static var VERTICAL : Int {
550
550
get {
551
551
let __value = JNIField . GetStaticIntField ( fieldName: " VERTICAL " , fieldType: " I " , fieldCache: & VERTICAL_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
552
552
return Int ( __value)
@@ -557,7 +557,7 @@ open class AquaInternalFrameUI: javax_swing.BasicInternalFrameUI, javax_swing.Sw
557
557
558
558
private static var WEST_FieldID : jfieldID ?
559
559
560
- open static var WEST : Int {
560
+ public static var WEST : Int {
561
561
get {
562
562
let __value = JNIField . GetStaticIntField ( fieldName: " WEST " , fieldType: " I " , fieldCache: & WEST_FieldID, className: " com/apple/laf/AquaInternalFrameUI " , classCache: & AquaInternalFrameUIJNIClass )
563
563
return Int ( __value)
0 commit comments