mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
13 lines
369 B
Plaintext
Vendored
13 lines
369 B
Plaintext
Vendored
public open class Frame : R|kotlin/Any| {
|
|
public/*package*/ open field accessibleContext: R|ft<kotlin/String, kotlin/String?>!|
|
|
|
|
public constructor(): R|awt/Frame|
|
|
|
|
}
|
|
public open class JFrame : R|awt/Frame| {
|
|
protected/*protected and package*/ open field accessibleContext: R|ft<kotlin/String, kotlin/String?>!|
|
|
|
|
public constructor(): R|test/JFrame|
|
|
|
|
}
|