Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 15th, 2012  |  syntax: None  |  size: 0.20 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Geting the value of a Field
  2. public Class Track{
  3. getClass().trackorwhatever().get(this)
  4. }
  5.        
  6. public String getTrack()
  7. {
  8.  return track;
  9. }
  10.        
  11. Track tr = new Track()
  12. String track;
  13. track = tr.getTrack();