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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tig12
  • Order by date
  1. tig12

    interface that uses two monitors

    Yes sorry, Has java ever been used to create something similar. Thanks
  2. tig12

    interface that uses two monitors

    Hi, Just wanted where would I start to create a user interface that allows two people to use a system. Two screens, two people both using the same interface. One person would order something and then the other person would reply with price. Similar to a forum i.e. chatroom. Is this possible...
  3. tig12

    Convert an Image to Binary bytes 0's and 1's

    Hi, I just wanted to know is there a program out there that convert an image i.e, jpg, bmp, gip. In to a Binary code. For example, In a 3 by 12 box someone would write their name and a code of i.e. 1000010010100 would then represent their name. thanks in advance
  4. tig12

    converting C to Java

    Hi, I'm trying to convert the following C code to Java but I get an error message "[" should be expected. Does anyone know why I am getting this and what I should change. ps. Is there a program out there that does this Convert C to Java? //loop for going through the 2d array...
  5. tig12

    reading from console and saving in an array

    Hi, I know how to write to the console i.e. system.out.println. But I don't know how to save their response. When someone answers the question I want to save it in an array. And then ask another question and save that in another one and so on. ----------------------------------------- Here...
  6. tig12

    Fuzzy sets placing values

    thanks
  7. tig12

    Fuzzy sets placing values

    thank for the reply. I think this may make it a bit clearer A fruit example, A group of fruits ={banana, mango} Shape={long, round, large} I think assign numbers i.e. a banana is 1.0 large, 0.0 round and 0.5 large. -------------------------- Then someone can type in for the three shape...
  8. tig12

    Fuzzy sets placing values

    Hi, Just wanted to know how to put some values in arrays. i.e. One would be car- ford, toyata, audi. 2nd one would be = long, round, large The 3rd would be ={1.8,0.5,2.0} Then by typing i.e. some values in like the third array you find out which car you were looking at. ---- How would I...
  9. tig12

    Active directory search using JNDI

    great thank you
  10. tig12

    Active directory search using JNDI

    Hi, Does anyone know how to connect to Active Directory using JNDI and search for a users details. The goal is to enter username = smitj and get the following deatils. firstname = John Surname = John. Thanks in advance
  11. tig12

    how to copy data from one Jtextfield into another JTextfield

    thank you for the quick response
  12. tig12

    how to copy data from one Jtextfield into another JTextfield

    Hi, I don't really know how to copy text that is in a Jtextfield to another JTextfield. For example, if I have a JTextfield where users enter an account number. And I want to copy this account number into another JTextField that is on another page i.e. Frame. How would I do this? goal copy...
  13. tig12

    textfields only strings not int

    Does anyone know how to create a text field that will only allow strings to be entered and not integers. thank you in advanced
  14. tig12

    Writing to a file HELP HELP using actionlistener

    Can anyone help me and tell me how to write to a field after someone has pressed the update button in the frame. I Have the texfield and the button but dont know how to use actionlistener and send info to file. Thank you here is my code: import javax.swing.*; import java.awt.event.*; import...
  15. tig12

    linking frames together using actionListener HELP HELP

    Could anyone tell me how to link frames together from different classes. This is then would create an interface and you could go through all the frames and back and forth. i.e.use of actionlisteners dont know how to start PLEASE HELP HELP
  16. tig12

    Help with layout in tabbedpanes HELP HELP java

    Cant work out how to layout, can any one help, when I try to resize or put the JComponents in specific places i.e. right of label does not work can any one help. I have put some code up thank you for your time //Additional Information public void createPage4() {...
  17. tig12

    Help with layout in tabbedpanes HELP HELP java

    Hi, could anyone help me fix the layout on my tabbedpane. I am using gridlayout but the components i.e. Jbutton, Jlabel, Jtextfields, combo box and Jlist All these are too large and I want to create a form i.e. when setting up an account can anyone help trying to create a form PLEASE PLEASE
  18. tig12

    HELP!! Jbutton help action listener

    Hi, Could anyone help me create a button which has an action listener. But the button when pressed is linked to another frame or panel. For example, a button pressed on an interface takes you to the next page. thanks
  19. tig12

    find all right for block

    hello, I am trying to find a block which is the rightmost of a given block, but instead of finding the right I am finding the left, well sort of, I was hoping for some direction on how to do this . I used right_to when defining it. thank you for your time
  20. tig12

    find all right for block

    hi, cant find the predicate setof/3 i.e. not defined anywhere, type in help(setof). but does not show me predicate. I am trying to find all blocks on a desk? thank you for your time,

Part and Inventory Search

Back
Top