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 TouchToneTommy 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: mfc2005
  • Content: Threads
  • Order by date
  1. mfc2005

    Menu hiden Problem

    I have a JFrame containing a JTabbedPane with 2 tabs and a JMenubar with a few menus and menu items. When I click on the menus when tab1 is highlighted everything behaves how it should in the ordering, but when I click on tab2 (which has a painted canvas on it) I find the menu is hidden behind...
  2. mfc2005

    Mouse Events and Arrays

    Hi, I currently paint shapes to a canvas from an array and want to be able to move these shapes around the screen. Unfortunately I am unsure how to set up the MouseDragged event so that it redraws only the shape I want (Currently there is no link in the paint method to the mouseDragged...
  3. mfc2005

    Java2D outputing shapes from an array

    Hi, I am trying draw a number of shapes that are stored in an array, currently the program is not drawing at all. I have a basic understanding of how the paint method works and how to draw shapes that are hard coded am struggling shapes stored in a collection, is this the right way to do this...
  4. mfc2005

    Graphical Output from SVG(XML) file

    I am writing a program to read in an SVG (Scalable Vector Graphics) XML application file and simply display the graphical output of the tags using the attributes within the tags. I have read in the file using a file reader and parsed it using a DOM (see Below), iterating through to obtain the...
  5. mfc2005

    Graphical Rendering of parsed XML data

    Hi I am new to Java programming and am trying to read and an SVG (Scalable Vector Graphic) file from disk and output the elements and attributes e.g. <rect x="0" y="0" width="1280" height="1024"/> to a GUI. I have figured out that I should use the DOM XML parser to load the file into a...

Part and Inventory Search

Back
Top