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 bkrike 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 jduk

  1. jduk

    How do I solve this problem?

    In java swing, I've created a JTabbedPane which contains a JEditorPane to display web pages. When I type a URL in the web address bar of the application I'm creating, the only tabbed pane to be updated is the last once created (The last object created?), rather than the tab which I have...
  2. jduk

    Comparing strings

    Salem you beauty.
  3. jduk

    Comparing strings

    When comparing strings (e.g. using strcmp() ), is there any way in C++ to return a true result if the letters of the string are the same but the case is not? i.e To return true when comparing 'programming' with 'PROgramming' Thanks in advance.
  4. jduk

    Java Swing

    I want to combine as a GUI, a menu, a toolbar and a page which loads files. I have a class called 'MenuBar' with my menu in it, but when i run the code below, I get a runtime error saying that I cannot add a window (presumbaly my menu is a window) to a container. So how do I combine all these...

Part and Inventory Search

Back
Top