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 dencom 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 messi121

  1. messi121

    Java TCPMultithreadserver

    Can only edit the server would really appreciate your help with the please mate.
  2. messi121

    Java TCPMultithreadserver

    I have a TCPMultiThreadServer with 2 clients the code is basically working fine. However i want the chat to end once the messages received from the client reaches 8. However as there is 2 clients i need to distinguish which client is which and when client 1 reaches 8 messages the end chat and...
  3. messi121

    Java Callback mechanism

    I am using Swing i was maybe thinking of using the split pan when i say asynchronously i want it to run in correspondence so once the gender is selected the sizes are displayed immanently.
  4. messi121

    Java Callback mechanism

    I am developing a user interface. Basically the user will have a scroll list from which they select gender and from there i have another frame which gives the user a further option. For example in this i want first the user to select their gender and then once selected another frame to provide a...
  5. messi121

    Java problems

    Sorry i don't understand could you show me an example possibly please?
  6. messi121

    Java problems

    import javax.swing.*; import java.awt.*; import java.awt.event.*; public class Form extends JPanel { public Form () { super(); JPanel pane = new JPanel(new GridBagLayout()); pane.setLayout(new GridBagLayout()); GridBagConstraints c1 = new GridBagConstraints()...
  7. messi121

    Java problems

    I need to create a class that will be used to produce a form which can then be used for user input. The form won't be used like this it will b part of a GUI. I know what i want to do but applying all this into code is some what puzzling for me and would very much appreciate some assistance...

Part and Inventory Search

Back
Top