How to make menu in jsp ?  urgent

how can i make a menu in jsp? i have made one js file and one css file and included them in my jsp file. but its not giving any results . please help me out
its urgent

And exactly what do you want to achieve?
A menu with dynamic content generated from a database table or something like that?
If it's static just use static HTML or JS code as part of the JSP, if dynamic generate that HTML or JS on the fly.

Similar Messages

  • How to make  paging in JSP?

    I would like to know how to make paging in JSP?
    PLEASE HELP ME !

    It is much easier , if you use MVC framework, you can store
    results in session appropriate action to servlet, it will serve page by page.

  • How to make menu/list (form) item open in it's own window instead of blank one?

    Items in a form (list/menu) that I've created are opening in a blank window (pop-up) when clicked. I would like them to open in "self" mode so that pop up blockers on various computers don't become a challenge for site visitors. Can anyone please tell me how I could make that adjustment using Dreamweaver? I am a novice (if that) in coding, so if there is a design view solution that would be absolutely awesome. Any assistance to get me on the right track would be GREATLY appreciated!! BTW I also made the form a library item (just in case that fact is needed). Also if you need to see the actual link it is
    http://www.graphicmechanic.com/DEKALBCOUNTY/index.html. The "I WANT TO" list is the part I'm referring to.
    I am also attaching 3 files (the .lbi file, the template and the page both are applied to).
    I tried a couple of things already. One was javascript, but I still seemed to have problems, the others were selecting the form and changing the target to self. Another developer said that I would need to apply the target attribute to each link, but I am having trouble doing this.

    No.  They removed that functionality as an improvement to iTunes in version 11.    I saw one person mentioning making a screen grab of the window and displaying it as an image in Preview while looking at the actual iTunes in another window, but it doesn't quite strike me as being the same...
    http://www.apple.com/feedback/itunesapp.html

  • How to make menu-item of current page appear in a different font color?

    Hi,
    My menu-bar works just fine. Hovering the links I get the text to take display the desired color. Now I want the menu-item of the selected page to show a third color.
    With live-code enabled in Dreamweaver CS6, I can see the following code being generated by the Dynamic menu:
    <script type="text/javascript" src="/CatalystScripts/Java_DynMenusSelectedCSS.js"></script><!-- Dynamic Menu Begin CSS Output --><div id="cat_549633_divs"><ul id="nav_549633"><li class="selected"><a href="/home.html">Home</a></li><li><a href="/leistungen.html">Leistungen</a></li><li><a href="/uhrenservice.html">Uhrenservice</a></li><li><a href="/versteigerungen.html">Versteigerungen</a></li><li><a href="/diamanten.html">Diamanten</a></li><li><a href="/ueber_uns.html">Über uns</a></li><li><a href="/kontakt.html">Kontakt</a></li></ul></div><script type="text/javascript">catSetSelectedCSSItem('nav_549633');</script><!-- Dynamic Menu End CSS Output -->
    The class .selected is being created in the first list-item (home) as this is the current page.
    And here is my CSS:
    #nav_549633 {
              float: right;
              list-style-type: none;
              padding-top: 5px;
    #nav_549633 li {
              float: left;
              text-align: left;
    #nav_549633 li a {
              color:white;
              text-decoration: none;
              margin: 0 27px 0 0;
              font-size: 13px;
              text-transform: uppercase;
    #nav_549633 li a:hover {
              color: yellow;
    .selected {
              color: green;
    The font color green does not appear. It is still white.
    In order to see if the class is "working" I tried some other attributes, that DO work!
    .selected {
      color: green;
      padding: 20px
      background-color: blue;
    In this case, the item appears as a blue box with 20px-padding, just as expected - but the font-color is still white.
    Can anyone help me?
    Regards,
    Herman

    Hi Mario,
    Here's the link to my site:
    http://grootaartseuronics.businesscatalyst.com/index.html
    I have found a solution myself for 2 of the 3 questions i had:
    I have deleted/changed this div: #nav_1371057 li li
    And created a few new ones:
    #nav_1371057 li li a, #nav_1371057 li li a:visited (To control the link en visited link colors in the sub-menu other than the root-menu)
    #nav_1371057 li li a:hover (to control the hover in the sub-menu other than the root-menu if nessesary)
    #nav_1371057 li li.selected a (to control the selected link and let the link change color or bolder like in my case)
    Here are the CSS styles I used:
    #nav_1371057 li li.selected a { /*Dit veranderd de dikte (bold) van de geselecteerde link in het submenu, dus de pagina waar je bent*/
    font-weight:bolder;
    #nav_1371057 li li a, #nav_1371057 li li a:visited{
    background:  #006;
    color:#ffffff;
    #nav_1371057 li li a:hover{
    background:  #999;
    color:#ffffff;
    Only thing i can't figure out is how I can change/control the color of the arrow which is black now. And i want to make it blue.
    Thanks,
    Frank

  • How to make MIME obj public Urgent !

    Hi,
    I am working on a bsp with an html MIME object with controls_ie6.css and controls_nn6.css objects. I want to make them public because of firewall issues.
    I currently have the following code and i am not able to lunch the page properly.
    <htmlb:content design="DESIGN2002" themeRoot = "/sap/bc/bsp/sap/proj/">
    <htmlb:page >
    <htmlb:form id="inputcustomer" method="post"  >
    but when i removed "themeRoot = "/sap/bc/bsp/sap/proj/"" the works perfectly.
    I suspect that i have to set the mime object publicly but i am not aware on how this is done.
    Can anyone give me steps on creating a public mime object and what changes do i need to make in SICF ?
    really URGENT request.
    thanks in advance
    Ryan

    Hi,
    There are two options:
    1. Using a Default User for BSP Applications:  http://help.sap.com/saphelp_nw2004s/helpdata/en/02/4b52922a8d11d5991f00508b6b8b11/frameset.htm
    and http://help.sap.com/saphelp_nw2004s/helpdata/en/02/4b52952a8d11d5991f00508b6b8b11/frameset.htm
    2. a public mimes URL:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/20/57584cb1e84b1f97b148c8b23c7318/frameset.htm
    and
    http://help.sap.com/saphelp_nw2004s/helpdata/en/46/bb183eab4811d4968100a0c94260a5/frameset.htm
    Eddy
    PS. Reward the useful answers and you will get <a href="http:///people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourself">one point</a> yourself!

  • How to make menu to auto close when a menu item is selected?

    hi ...my question is described above..
    to make things clearer i have written a mini code to demonstrate my problem
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.*;
    /* just a frame with a JMenuBar with a JMenu with two RadioButtons
    public class myFrame2 extends JFrame implements ActionListener{
         JMenuBar mb ;
         JMenu mi;
         JRadioButton rb1;
         JRadioButton rb2;
         public myFrame2(){
              super();
              mb = new JMenuBar();
              mi = new JMenu("New");
              rb1 = new JRadioButton("Button 1");
              rb1.addActionListener(this);
              rb1.setActionCommand("action1");
              rb2 = new JRadioButton("Button 2");
              rb2.addActionListener(this);
              rb2.setActionCommand("action2");
              mi.add(rb1);
              mi.add(rb2);
              mb.add(mi);
              setJMenuBar(mb);
              pack();
              setVisible(true);
         @Override
         public void actionPerformed(ActionEvent e) {
              // Do something......
         public static void main(String args[]){
              new myFrame2();
    }If you run this program you will see that when you select a RadioButton the menu doesn't hide ...
    How can i make it hide when a menu item (JradioButton) is selected?
    thanks in advance
    Edited by: Pitelk on Jun 10, 2008 7:42 AM

    On a menu use JRadioButtonMenuItem.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class JRadioButtonMenuItemExample {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    launch();
        static void launch() {
            JMenuBar mb = new JMenuBar();
            JMenu menu = new JMenu("menu");
            mb.add(menu);
            ButtonGroup bg = new ButtonGroup();
            JRadioButtonMenuItem item1 = new JRadioButtonMenuItem("alpha");
            bg.add(item1);
            menu.add(item1);
            JRadioButtonMenuItem item2 = new JRadioButtonMenuItem("beta");
            bg.add(item2);
            menu.add(item2);
            JRadioButtonMenuItem item3 = new JRadioButtonMenuItem("gamma");
            bg.add(item3);
            menu.add(item3);
            JFrame f = new JFrame();
            f.setJMenuBar(mb);
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.setSize(400, 300);
            f.setLocationRelativeTo(null);
            f.setVisible(true);
    }

  • How to make it using JSP??

    Hi,
    Go to http://www.mycgiserver.com/~sterowanie/index.jsp
    Now write user: qq, password: qq
    Write something in the text field and push "Szukaj" (this means "search")
    As you see it connects to google and display results.
    The problem is that this was done using <iframe> tag. I would like to do this using JSP (without using frames).
    Anybody knows how to do that ?
    thanks in advance

    When your SessionServlet finds the queryBut my SessionServlet is working as a login module. It don't do anything with searching. Searching is realised by simple html file. Here is source of this file:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Zalogowany</title>
    <style type="text/css">
    body {
         background-color: #FFF;
         color: #000;
    form {margin: 0;}
    td.search {
         background-color: #00f;
         color: #FFF;
         border: 1px solid #000;
         padding: 1em;
         text-align: right;
    td.leftbar {
         width: 23%;
         background-color: #00f;
         color: #FFF;
    td.content {
         width: 77%;
    </style>
    </head>
    <body>
    <table border="1" width="83%">
    <tr>
    <td colspan="2" class="search">
         <form ACTION="http://www.google.pl/search?" METHOD="get" target="myFrame">
         <input TYPE="TEXT" NAME="q">   <input TYPE="SUBMIT" NAME="Szukaj" VALUE="Szukaj">
         </form>
    </tr>
    <tr>
    <td class="leftbar"> </td>
    <td class="content">
    <!--          <iframe src="/spis.jsp" name="myFrame" width="100%" height="467" scrolling="auto" frameborder="0"></iframe>-->
         <%@ include file="/spis.jsp"%>
         </td>
    </tr>
    </table>
    </body>
    </html>

  • How to make menu with more chapters on one page

    Hi all, I hope I can describe what I want correctly. I have checked all the templates available but can't seem to figure out how to do this. I have a dance studio video. There are 35 routines (chapters). I want my chapter menu to have many more entries than are available than the templates allow.
    So, the top menu would have "play movie" and "chapters".
    And, the Chapter (or scene selection) menu would have like 20 - 25 entries on ONE page. I do not need moving thumbnails. Is there a way to do this?
    thanks for any help!

    hi again,
    I did some experimenting. I created a sub menu, added movie after movie until I got this msg that said "you've hit the limit, continue anyway". hmmm... ok I said "continue anyway". I added 17 movies to one menu.
    Upon "burn", "create TS_VIDEO folder", or "create disk image", it said I have to fix errors first. I checked the errors and it told me the max entries on a menu are 12. period.
    so... that's the way it goes I guess. I think 12 will be ok with my client.
    have a great day!

  • Adobe Muse - how to make menu links smaller

    Once I create a vertical menu with the items I want on it, I resize the text to be small, like 12-13pt, but when I adjust the vertical handles to adjust the size of the menu, you can only go so small before it pops right back up as soon as you release the clicker. I only want like 10-15 pixels between my menu items. Is there a way to reduce the vertical size of those cells to be smaller?

    By posting at this link:
    <http://support.muse.adobe.com/muse>
    Good luck.

  • How to make a "SSWA JSP Function"  as query Only in Oracle 11i or R12

    Please someone help me in making a SSWA JSP Page as read only..
    For "forms" we use a parameter QUERY_ONLY="YES",what is the procedure for making a JSP as read only?

    All the enterable fields of an OA Framework Page can be made Read Only via personalization. Also you can disable/hide the transaction buttons. This way the page would become query only.

  • How to make menu ring items visible through VNC ?

    I have an application that has a menu ring in it. I am compiling the app., distributing it to a remote system, and viewing it using VNC (3.3.7) . Everything works through VNC with the exception that I can't see the items on the Menu Ring when it is selected (if I select the Menu Ring through VNC I can see on the host computer that it does cause the ring to drop down). I saw the item in the discussion forum regarding disabling the menu animation - I did this and recompiled the app., but this did not fix the problem.

    In the VNC configuration, try "refresh entire screen" It really slows things down, but it gurarantees that every item is actually read.
    Eric
    Eric P. Nichols
    P.O. Box 56235
    North Pole, AK 99705

  • How to make menu rotate 360

    Hi all
    can any help me with this little  problem, I have a rotating menu that rotates but stops at the first and last  menu object rather than just continuing in a 360 rotation.
    I have tried  downloading other AS3 rotating menus but as I am newbie to this, can't really  get it to work.
    any disccussions and help would be great!
    link to  files:
    http://art.clubworldgroup.com/menu/example_01.zip

    well as I say, i'm a newbie so trying to find out what is making rotate the way it does, this is the code that is for the circlemenu.as
    package
        import flash.display.DisplayObject;
        import flash.display.Sprite;
        import flash.utils.Dictionary;
        import gs.easing.Expo;
        import gs.TweenLite;
        public class CircleMenu extends Sprite
            //————————————————————————————————————————————— CLASS MEMBERS        VALUE
            private static const toDEGREES:                    Number                = 180 / Math.PI;
            private static const toRADIANS:                    Number                = Math.PI / 180;
            //var angleDifference:Number = Math.PI * (360 /360 ) / 360;
            private var _activeItemScale:                    Number                = 0.8;   // changee size of selected menu image
            //private var _minVisibleScale:                    Number                = 0.4;
            //private var _minVisibleAlpha:                    Number                = 1.8;
            private var _itemDictionary:                    Dictionary;
            private var _innerRadius:                        int;
            private var _angleSpacing:                        int;
            private var _visibleItems:                        int;
            private var _currentIndex:                        int;
            //private var _maxOffset:                            int;
            //————————————————————————————————————————— GETTERS + SETTERS
             * The scale factor of the active menu item
            public function get activeItemScale():Number
                return _activeItemScale;
            public function set activeItemScale( value:Number ):void
                if ( value < 0 ) value = 0;
                _activeItemScale = value;
                positionItems();
            public function get currentIndex():int
                return _currentIndex;
            public function set currentIndex( value:int ):void
                if ( value < 1 ) value = 1;
                if ( value > numChildren ) value = numChildren;
                _currentIndex = value;
                positionItems();
             * The radius of the inner circle, or the space between the
             * menu centre and the left-most point of a given menu item
            public function get innerRadius():int
                return _innerRadius;
            public function set innerRadius( value:int ):void
                if ( value < 0 ) value = -value;
                _innerRadius = value;
                positionItems();
             * The degree angle of spacing between each visible item
            public function get angleSpacing():int
                return _angleSpacing;
            public function set angleSpacing( value:int ):void
                var maxAngle:int = 360 / _visibleItems;
                if ( value >= maxAngle ) value = maxAngle;
                if ( value < 0 ) value = -value;
                _angleSpacing = value;
                positionItems();
            //——————————————————————————————————————————————— CONSTRUCTOR
             * Creates a new instance of CircleMenu
             * @param    __innerRadius
             * The radius of the inner circle, or the space between the
             * menu centre and the left-most point of a given menu item
             * @param    __angleSpacing
             * The degree angle of spacing between each visible item
             * @param    __visibleItems
             * The number of items that are visible at any given time
             * (should be an odd number and will be set to so if even)
            public function CircleMenu( __innerRadius:int, __angleSpacing:int, __visibleItems:int )
                _currentIndex = 12;  // sets number that is center on load
                _itemDictionary = new Dictionary();
                innerRadius = __innerRadius;
                visibleItems = __visibleItems;
                angleSpacing = __angleSpacing;
            //——————————————————————————————————————————————————— METHODS
             * Adds a DisplayObject to the menu to be used as a menu item
             * @param    child
             * The DisplayObject to add to the menu
             * @return
             * The added DisplayObject
            override public function addChild( child:DisplayObject ):DisplayObject
                child.x = 0;
                child.y = 0    /////////////////-(child.height / 2);///N.B comment these values out to stop repostioning when ad button MC
                var holder:Sprite = new Sprite();
                _itemDictionary[ child ] = holder;
                super.addChild( holder );
                holder.addChild( child );  //if you comment all this out lines 183 -197 it loads with a single square then expands when scroll
                holder.alpha = 0;
                positionItems();
                return child;
             * Adds a DisplayObject to the menu at the specified index
             * @param    child
             * The DisplayObject to add to the menu
             * @param    index
             * The index at which to place the added DisplayObject
             * @return
             * The added DisplayObject
            override public function addChildAt( child:DisplayObject, index:int ):DisplayObject
                child.x = 0;
                child.y = 0     ////////////////////////////////////////-(child.height / 2);
                var holder:Sprite = new Sprite();
                _itemDictionary[ child ] = holder;
                super.addChildAt( holder, index );   //   in relation to the smaller squares and their position
                holder.addChild( child );
                holder.alpha = 0;
                positionItems();
                return child;
             * Removed a DisplayObject from the menu
             * @param    child
             * The DisplayObject to remove
             * @return
             * The removed DisplayObject
             * Removes the menu item at the specified index
             * @param    index
             * The menu item at this index will be removed
             * @return
             * The removed menu item
        //    override public function removeChildAt( index:int ):DisplayObject
    //            var remove:DisplayObject = getChildAt( index );
    //            super.removeChildAt( index );
    //            delete _itemDictionary[ remove ];
    //            return remove;
             * Moves the specified DisplayObject to the index provided
             * @param    child
             * The menu item whose index you wish to set
             * @param    index
             * The desired index for the menu item
            override public function setChildIndex( child:DisplayObject, index:int ):void
                super.setChildIndex( _itemDictionary[ child ], index );
             * Returns the index of a particular menu item
             * @param    child
             * The menu item whose index you wish to find
             * @return
             * Teh index of the specified menu item
            override public function getChildIndex( child:DisplayObject ):int
                return super.getChildIndex( _itemDictionary[ child ] );
             * Scrolls the CircleMenu so that the provided item is centred
             * @param    item
             * The menu item to scroll to
            public function scrollToItem( item:DisplayObject ):void
                scrollToIndex( getChildIndex( item ) + 1 );
             * Scrolls the CircleMenu so that the item at the provided index is centred
             * @param    index
             * The index to scroll the menu to
            public function scrollToIndex( index:int ):void
                currentIndex = index;
             * Scrolls the menu to the next item
            public function next():void
                currentIndex++;
             * Scrolls the menu to the previous item
            public function prev():void
                currentIndex--;
             * The number of items that are visible at any given time
             * (should be an odd number and will be set to so if even)
            public function get visibleItems():int
                return _visibleItems;
            public function set visibleItems( value:int ):void
                if ( value < 2) value = 2;
                if ( value / 2 is int ) value += 1;
                _visibleItems = value;
                //_maxOffset = Math.round( value / 2 );
                positionItems();
            private function positionItems():void
                if ( numChildren == 0 ) return;
                var maxAngle:Number = _angleSpacing;
                var item:Sprite;
                var hideItem:Boolean;
                var angle:Number;
                var offset:int;
                var tX:Number;
                var tY:Number;
                var tS:Number;
                var tR:Number;
                var tA:Number;
                for (var i:int = 0; i < numChildren; i++)
                    offset = (i + 1) - _currentIndex; //1,change this value it will stop the 2 images being clickable, next to larger Img
                    angle = limit(offset * _angleSpacing, -180, 180) * toRADIANS;
                    //hideItem = Math.abs( offset ) >= _maxOffset;
                    item = super.getChildAt(i) as Sprite;
                    //item.mouseChildren = !hideItem;
                    //var angleDifference:Number = Math.PI * (360 / NUMBER_OF_ITEMS) / 180;
                    tX = _innerRadius * Math.cos( angle );
                    tY = _innerRadius * Math.sin( angle );
                    tS = offset == 0 ? activeItemScale : 0.4 //changes size of rotating smaller images, remove off will take out activeItemScale
                    tR = angle * toDEGREES;  // changes the angle of the square images
                    tA = hideItem ? 1 : 1   //not needed >>>> - ( Math.abs(offset / (_maxOffset - 1)) * ( 0 - minVisibleAlpha ) );
                   TweenLite.to( item, 0.5, { x:tX, y:tY, rotation:tR, scaleX:tS, scaleY:tS, alpha:tA, ease:Expo.easeOut } );
            public static function limit( value:Number, min:Number, max:Number = NaN ):Number
                if ( isNaN( max ) )
                    max = min;
                    min = 0;
                if ( value < min ) value = min;
                if ( value > max ) value = max;
                return value;

  • Make menu screen bigger on DVDSP

    DVD Studio Pro  How to make menu, viewer, connections to bigger so I can see closer on buttons. Like FCP can select percent to higher to view closer. I don't see any on DVD SP.

    mooblie wrote:
    Well, you could always try ctrl+scroll-wheel-in on your mouse....
    Oh, wow, that is SOOOO cool! It's an OS/Finder function but way cool, thanks for posting that.
    bogiesan
    Message was edited by: David Bogie Chq-1

  • How to make a Previous/Next Menu

    Hi there.  This is my first time posting in the Adobe forums so please be patient if I don't do things correctly.
    I currently have the Adobe Web Design CS5 package and all the programs that come with it, but my question is specifically about Dreamweaver.  My computer is a Macbook with the latest operating system as far as I know.
    I've been trying to create a next/previous menu for parts of my own personal website.  It's http://www.aidenart.com . If you click on the link to the Concept Art page you should see a bunch of image thumbnails that act as links.  Click on any one of those images and you're suppose to see the full image from the thumbnail in a whole new page.  On the pages with the full images I would like to include, at the bottom, a jump menu so that a visitor can pick any of the pages that they might want to see (I already know how to do this part), but I would also like to include buttons which allow the visitor to visit the next image in the list and also the previous one in the list.  You know, a previous and next menu.  I've seen other websites using those kinds of buttons so I know it's possible somehow.
    By looking at the source code of some websites and doing a bit of research on my own, I think this can be done using javascript of some kind.  Maybe by using an "onClick" behaviour or something.  I looked at a few different web help sites, including W3 Schools, and I still haven't found any clear cut explanations on how to make a previous/next menu.  If someone could just show me the basic code for making a simple one that actual works then I could probably work from that.
    I would prefer it if I didn't have to bother with the dreamweaver extenstions section because most things listed in the exchange are something you have to pay for.  And for those of you who think I should just make individual links on each page, please keep in mind that I'll want to add more pages in the future.  Most likely a lot of pages.  I also want to be able to make previous/next menus for the comics section of my website for when I have more comic pages available, so I really need to know how to do this.
    I hope that was enough information for you guys.  I can try to provide code if you guys want although I'm not sure how that would help solve my current problem.

    Only way to do pagination effectively requires either a database or XML files containing your data.  Neither way is really for a beginner based on my experience with both.  And based on the size of your library right now, pagination isn't what you really need.
    If it is going to be an image gallery you could look into the php Gallery script if you have a mySQL database ( http://gallery.menalto.com/ ).  But for simple solutions.
    For even smaller solutions you can look to JQuery solutions.  They require minimal amounts of coding, mostly just file inclusions.
    http://galleria.aino.se/
    http://fancybox.net/
    http://www.twospy.com/galleriffic/#1
    It's just about finding one that meets your needs and gives you the ability to customize as you see fit.

  • How to make project across two DVDs with one DVD menu

    Hi!
    I’m working on a large project (3 hours of video with about 10 chapters, over 50 pictures in a playlist, and special feature chapter) and wondering is it possible to make an project across 2 or more DVDs, but to have menu only on first one? I’d like to make an project that comes with menu only on first DVD and when you click on e.g. “special features” button, then you get the message “please insert DVD 2″
    Is it possible and how to make something like that?
    Thank you!

    I would have EACH DVD begin with a menu. Somebody will insert DVD 2 first no matter how you label things.
    Yes, you are right! People just don't want to read, but I'm making an animated menu in AE and it'll take about 300MB (rendered in .mpg). That is what I want to avoid on other DVDs to save some space. You just gave me an idea so I'll make some small menu for other one or two DVDs with just a few informations about what DVD is inserted and what DVD you need to insert if you want to watch something else from that project. Thank you!
    I just have to learn better Encore and its capabilities and limitations (if I have time )

Maybe you are looking for

  • Problem with JScrollPane and Mouse Event in JDK 1.4

    The folowing code works fine with JDK 1.3. But not with JDK 1.4. It has got a JPanel(main panel) which hosts JScrollPane which hosts another JPanel (drawing Panel). If I remove(do not add) JScrollPane to the main Panel and ad drawing panel directly t

  • URGENT!Oracle Type 2 XA Driver(9.2.0.3)problem with EJB on Weblogic 8.1 SP2

    Hi all, In our production environment, we're getting the following exception when client requesting the transaction from EJB but it is not happening all the time. It just happens a couple time on day. I assume that it happens 5 out 100 requests. Here

  • "notes" feature in a folio

    Is there any way in DPS to allow a user to type notes? There are 2 scenerios I'm looking to solve: a personal journal-type entry...and a question & answer where the user  types in their own response to a question. I don't need to be able to access or

  • Boosting audio tracks in imovie6

    i have a project (due on monday!) which i cut in imovie6 all is going well. the client approved the ruff cut on friday. during playback on their projection system i did notice that some of the audio levels need to be boosted. the problem is according

  • How do I drag photo back to memory card from iPhoto?

    I am trying very hard to export a photo in JPG format from iPhoto to my SDHC memory card reader, and when I do, my computer tells me that the two photos are on the memory card. However, when I put the memory card back into my digital camera, it says