To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.

Visualize output results

Hello, if we want to output graphically during development, are there any related classes for these drawings? For example, how to draw text boxes and how to connect them?

Comments

  • Hi,

    This is entirely up to you. The only thing the ProM framework requires to visualize an object is a JComponent, where of course the idea is that that JComponent visualizes that object.

    There are some helper classes that you could use for text boxes, check boxes, and such. These classes are all contained in the Widgets package. Nevertheless, if you do not want to use these helper classes, that would be fine as well.

    The helper classes make sure that the look+feel of these boxes matches the look+feel of ProM. The handling of the changes of these boxes you still need to do yourself.

    KInd regards,
    Eric.
  • thanks a lot. ;)
Sign In or Register to comment.