The Artima Developer Community
Sponsored Link

Python Answers Forum
Access progress bar within a jframe

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
nivedha raju

Posts: 1
Nickname: nived
Registered: Feb, 2016

Access progress bar within a jframe Posted: Feb 15, 2016 10:21 PM
Reply to this message Reply
Advertisement
I am trying get all java frames in desktop using jython.How can I access the progress bar value of each Jframes.

Here's my code:

frames = Frame.getFrames()
for each in frames:
pane=each.getContentPane()

Topic: Need Help Please Previous Topic   Next Topic Topic: How to convert details from a saved text file into a list of files

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use