Updated Synthuse to list WPF and Silverlight Windows
The WpfBridge native library can now enumerate all WPF and Silverlight Windows and list them in Synthuse. Still need to add a method to connect the Drag Target to locate the WPF window.
This commit is contained in:
@@ -162,9 +162,9 @@ public class SynthuseDlg extends JFrame {
|
||||
btnRefresh.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent arg0) {
|
||||
//lblStatus.setText("Loading Windows Enumerated Xml...");
|
||||
//WindowsEnumeratedXml wex = new WindowsEnumeratedXml(textPane, lblStatus);
|
||||
//wex.run();
|
||||
WindowsEnumeratedXml.getXmlThreaded(textPane, lblStatus);
|
||||
//appendToPane(WindowsEnumeratedXml.getXml());
|
||||
//lblStatus.setText("Windows Enumerated Xml loaded");
|
||||
}
|
||||
});
|
||||
btnRefresh.setIcon(new ImageIcon(SynthuseDlg.class.getResource(RES_STR_REFRESH_IMG)));
|
||||
|
||||
Reference in New Issue
Block a user