jython - How to track progress bar status of a java window -


my application created in java , opens several java windows on invoking event. active window using **jython **code:

 k = keyboardfocusmanager.getcurrentkeyboardfocusmanager()  wa = k.getactivewindow()  print(wa.gettitle()) 

but, how open java windows ? and, how status of progress bar inside java window?


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -