As the Subject already tell what i want; i want to use a JPanel-Object (created by an 3rdparty library and a wrap from me for this library) in a B4J Panel.
Is this possible? Any Example code available?
The java Examplecode is using this import basically. Plus the library-imports.
Additional: Which imports (additionaljar) do i need for the two above?
Is this possible? Any Example code available?
The java Examplecode is using this import basically. Plus the library-imports.
Java:
import java.awt.Color;
import javax.swing.JPanel;
Additional: Which imports (additionaljar) do i need for the two above?
Last edited: