We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d3539 commit 45d1966Copy full SHA for 45d1966
src/main/kotlin/com/github/ilovegamecoding/intellijcodexp/toolWindow/CodeXPToolWindowFactory.kt
@@ -53,7 +53,7 @@ class CodeXPToolWindowFactory : ToolWindowFactory {
53
initializeUI()
54
55
// Add the dashboard to the tool window
56
- val contentFactory = ContentFactory.SERVICE.getInstance()
+ val contentFactory = ContentFactory.getInstance()
57
val scrollPane = JBScrollPane(codeXPDashboardForm.pMain)
58
val rootPanel = JPanel(BorderLayout())
59
rootPanel.add(BorderLayout.CENTER, scrollPane)
0 commit comments