IJP-1115 Kotlin UI DSL improvements / new Layout Manager

GitOrigin-RevId: 974ad150572472f191a3cbe23c31bdff09b3a945
This commit is contained in:
Pavel Porvatov
2021-08-02 16:33:18 +00:00
committed by intellij-monorepo-bot
parent 35d673b383
commit 4aa038e67e
8 changed files with 10 additions and 10 deletions
@@ -1,5 +1,5 @@
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.util.ui.gridLayout
package com.intellij.ui.gridLayout
import org.jetbrains.annotations.ApiStatus
@@ -1,5 +1,5 @@
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.util.ui.gridLayout
package com.intellij.ui.gridLayout
import org.jetbrains.annotations.ApiStatus
@@ -1,5 +1,5 @@
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.util.ui.gridLayout
package com.intellij.ui.gridLayout
import org.jetbrains.annotations.ApiStatus
@@ -1,5 +1,5 @@
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.util.ui.gridLayout
package com.intellij.ui.gridLayout
import org.jetbrains.annotations.ApiStatus
import java.awt.Component
@@ -1,5 +1,5 @@
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.util.ui.gridLayout
package com.intellij.ui.gridLayout
import java.awt.Dimension
import java.awt.Rectangle
@@ -1,5 +1,5 @@
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.util.ui.gridLayout
package com.intellij.ui.gridLayout
import org.jetbrains.annotations.ApiStatus
import java.awt.*
@@ -1,7 +1,7 @@
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.util.ui.gridLayout.builders
package com.intellij.ui.gridLayout.builders
import com.intellij.util.ui.gridLayout.*
import com.intellij.ui.gridLayout.*
import org.jetbrains.annotations.ApiStatus
import javax.swing.JComponent
@@ -6,8 +6,8 @@ import com.intellij.openapi.project.DumbAwareAction
import com.intellij.openapi.ui.DialogWrapper
import com.intellij.ui.components.JBList
import com.intellij.ui.components.JBTabbedPane
import com.intellij.util.ui.gridLayout.*
import com.intellij.util.ui.gridLayout.builders.RowsGridBuilder
import com.intellij.ui.gridLayout.*
import com.intellij.ui.gridLayout.builders.RowsGridBuilder
import java.awt.Color
import java.awt.Component
import java.awt.Dimension