• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

2D graphic repaint() logic

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI i have a problem with my program.
I need to pass the value from the textfield which is from the ValueInput.java to reflect into the tabbedpane of my LineGraph.java which i think is to repaint() as the LineGraph.java contain a graphic g component.
But I failed to do that.
The value of the LineGraph is predefine in the PMGraph2.java.

please advice on how to pass or parse the value to the LineGraph.java
if need the file.zip
pls Advice...Urgent

LineGraph.java

PMGraph2.java


[ EJFH: Added UBB "code" tags. Please use them! ]
[ August 12, 2004: Message edited by: Ernest Friedman-Hill ]
 
Bartender
Posts: 1844
Eclipse IDE Ruby Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is probably better asked in our Other Java APIS forum, so I'm moving it there.
 
today's feeble attempt to support the empire
Master Gardener Program
https://coderanch.com/t/771761/Master-Gardener-Program
reply
    Bookmark Topic Watch Topic
  • New Topic