I am trying to adapt code from AWT to eclipse SWT plugin.I’m facing refresh issue.I have view with table(AWT) and another view with chart(AWT). Individually they are fine but when i’m add both i’m facing refresh issue only on chart view, any advises ?? Thanks in advance.
Share
Here’s what I had to do to embed a JPanel in an SWT view.
where
frameis aFrame,appletis aJApplet, andmediaPanelis an extension ofJPanel.Here’s
setLookAndFeel: