Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by entius

  1. entius

    Object Context

    Hi i'll show you several codes, the first ones work but then not, i'd like to know how to make it works ... (thanks to iza & globos, i need not to "call" directly the class, you'll see): /////////////////// this is the code that don't change /////////////////// list = new String[2]...
  2. entius

    Object Reference in java?

    How i can do this? i want to call a variable of an object: Jlist.setListData(object.variable); but now i want to use a reference, i try this: SoftReference obj = new SoftReference(object); and now i try all these options, none is util...

Part and Inventory Search

Back
Top