Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Help finding necessary imports

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Help finding necessary imports

    Could you please tell me where to find the following import the files?

    import de.uos.fmt.musitech.data.score.NotationStaff;
    import de.uos.fmt.musitech.data.score.NotationSystem;
    import de.uos.fmt.musitech.data.score.NotationVoice;
    import de.uos.fmt.musitech.data.score.ScoreNote;
    import de.uos.fmt.musitech.data.structure.Context;
    import de.uos.fmt.musitech.data.structure.Note;
    import de.uos.fmt.musitech.data.structure.Piece;
    import de.uos.fmt.musitech.data.structure.linear.Part;
    import de.uos.fmt.musitech.score.mpegsmr.Attributes;
    import de.uos.fmt.musitech.utility.math.Rational;

    Thankfor your help.
    Pierre Castellotti


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Help finding necessary imports

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for newcomers, including a few "house rules" that will make you a more confident user of this forum.

    Please don't resurrect ancient posts or hijack any existing threads for your own purposes. Don't be shy about starting your own threads to ask for help.

    Did you try searching for that package using your favorite search engine? If so, what did you find?

Similar Threads

  1. [SOLVED] problems with lib imports and statements
    By justyStepi in forum JavaServer Pages: JSP & JSTL
    Replies: 8
    Last Post: April 23rd, 2013, 03:40 PM
  2. finding pi
    By gonfreecks in forum File I/O & Other I/O Streams
    Replies: 4
    Last Post: November 2nd, 2010, 05:15 PM
  3. How to use static imports
    By helloworld922 in forum Java Programming Tutorials
    Replies: 0
    Last Post: July 3rd, 2010, 11:22 AM
  4. How to use static imports
    By helloworld922 in forum Java Code Snippets and Tutorials
    Replies: 0
    Last Post: July 3rd, 2010, 11:22 AM
  5. [SOLVED] [Problem] imports javax.swing problem
    By Brollie in forum AWT / Java Swing
    Replies: 8
    Last Post: July 5th, 2009, 07:59 AM