I want to use SwingProgramNodeService
to develop a program node with a screen layout like the sample "com.ur.urcap.examples.driver.gripper.simplegripper ".
However, I don’t know how to place the image as the figure below.
In the sample implementation, the logo image is defined by gripper/GripperContribution
, but the logo image cannot be defined by program/GripperContribution
which I can use.
The sample uses GripperContribution
, but I chose SwingProgramNodeService
because I need to implement the UI myself.
How to place an image on the same line as the title using SwingProgramNodeService?
Thanks,
Satoki Mizoguchi