Trace: • Compiling JVx • DataSourceHandler and DBCredentials
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
jvx:server:storage:insteadof [2020/06/29 13:12] cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
jvx:server:storage:insteadof [2024/11/18 10:23] (current) admin |
||
---|---|---|---|
Line 41: | Line 41: | ||
package com.sibvisions.forum; | package com.sibvisions.forum; | ||
- | import javax.rad.application.SimpleTestLauncher; | + | import jvx.rad.application.SimpleTestLauncher; |
- | import javax.rad.genui.UIFactoryManager; | + | import jvx.rad.genui.UIFactoryManager; |
- | import javax.rad.genui.container.UIPanel; | + | import jvx.rad.genui.container.UIPanel; |
- | import javax.rad.genui.layout.UIBorderLayout; | + | import jvx.rad.genui.layout.UIBorderLayout; |
- | import javax.rad.type.bean.IBean; | + | import jvx.rad.type.bean.IBean; |
- | import javax.rad.ui.celleditor.ILinkedCellEditor; | + | import jvx.rad.ui.celleditor.ILinkedCellEditor; |
import org.junit.Before; | import org.junit.Before; |