• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • 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.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic