How to highlight an html page that has been loaded in an JEditorPane

Hi,
I am creating a small application that loads an html ebook and the user will be able to highlight some phrases or words and then save the ebook. In my first step I just want when I load again the ebook the highlighted phrases to appear again. In my final step I want to create a file with the changes and when the ebook loads to combine the files to appear like the user has made it.
So please help first how I can highlight the words and in general if you can give me some hints how I should work to get the application with the way I want.
Thanks in advance

That number looks up to this:
Everymac.com: Apple Power Macintosh G4 400 (AGP)
AGP refers to Accelerated Graphics Port. Those models were a replacement for the earliest G4 tower model, which had only a PCI graphics slot. They were long-lasting and solid, until Apple added the second processor in the Mirrored Drive Doors model and Heat and Cooling issues became a serious problem. But do not ever power it up without the processor heatsink in place.
After you replace the battery, the PRAM can remember. But What it remembers is garbage. You should attempt to reset the PRAM.

Similar Messages

  • I can't figure out how to log off of my daughter's iTunes account that has been loaded to my PC.  When I want to sync my iPhone, I get her data, not mine.

    I can't figure out how to log off of my daughter's iTunes account that has been loaded to my PC.  When I want to sync my iPhone, I get her data, not mine.

    Hi, Abril_Perez17.
    This may be related to a new feature embedded in iOS7 that shows all purchased music by default.  Go to Settings > Music, then turn off Show All Music.  See if the issue ceases once the feature has been disabled.  This information is located on page 63 of the user guide below. 
    iPhone User Guide
    Regards,
    Jason H. 

  • HT1212 how do u restore an iPod that has been disabled and has never been connected to the computer

    How do i restore an ipod that has been disabled and has never been conected to itunes

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • How can i copy a picture that has been installed with the flash player

    how can i copy a picture that has been installed using the flash player

    You can't. You can take a screen cap of it, but the container doesn't allow access to the individual images used in a SWF or FLV.

  • HoW do I save a recording that has been sent to me via text message? Thanks

    HoW do I save a recording that has been sent to me via text message? Thanks

    You will need a document storage, player, or manager to save the file (DropBox, File Manager, Box, VLC, MoliPlayer for example).
    To actually save the file, with it open in iMessage, tap the file icon (lower left) and select the app to save it in.

  • How can you find an ipod that has been lost

    how can you find an ipod that has been lost and the icloud is not turned on

    lost/stolen                                      
    No app is required.                                               
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    iCloud: Find My iPhone
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    iCloud: Find My iPhone
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it unless you had iOS 7 on the device. With iOS 7, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                                        
    Reporting a lost or stolen Apple product                                               
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • Hi I would like to know how I can view a video that has been send via mail. When I tap on the video it only gives me the option to send iit as mail again

    Hi  I would like to know how I can view a video that has been send to me via email. When I tap on the video icon it only gives me option to send as a mail or to open in drop box which I don't want to open in.

    Welcome to the Apple community.
    If you are doing this from your phone (as you mention) then you can use the new iPhoto Photo Journal feature to do this.
    Unfortunately, iCloud does not offer equivalents to Mobile Me’s iDisk, Gallery or Web Hosting services. You will need to find a third party solution to replace these services. You might consider DropBox, SugarSync, MediaFire or any other service that offers online storage.

  • Printing the percentage of the file that has been loaded

    Hello everyone!
    I'm using a FileInputStream and a DataInputStream to read my .DAT file, but I want to print out the amount of percentages of the file that has been loaded, in a System,out.print(""); statement, please tell me how I can do this. :)
                fileInStream = new FileInputStream("C:/Documents and Settings/Benjamin Dahse/Dokumenter" +
                        "/NetBeansProjects/Online Multiplayer Game Client/build/classes/net/client/game/io/Cache/" +
                        "main_file_cache.DAT");
                dataInStream = new DataInputStream(fileInStream);This by the way, is how I get the path to the file, I want my DataInputStream to read.

    Thank you for your comment, but out of this code:
                int percentage = 0;
                byte[] buffer = new byte[15000000];
                while(true){
                    percentage += dataInStream.read(buffer, percentage, Math.min(buffer.length,
                            fileInStream.available() - percentage));
                    System.out.print(percentage / fileInStream.available() + "\n");
                    if(percentage >= fileInStream.available()){
                        break;
                }The only output I get is 3?

  • How can I confirm my device data has been loaded correctly onto iCloud?

    How can I confirm my device data has been loaded correctly onto iCloud?

    You can verify some of it by going to icloud.com from your computer.  If you have other devices signed into the same account, you can also try making a change to any of the synced data and see if it appears on the other devices (and vice versa).

  • How to open an HTML page that is part of my project using Captivate 6

    I'm looking to create an HTML page that will use some javascript to extract information from Captivate and then render it to the browser window as a report.
    I see how you can Open a  URL webpage from Captivate (by putting in an explicit address ie www.abc.com   or http://www.abc.com/myReport.html)
    but I'm curious what address I can use if the html file is in the SAME folder at the index.html that launches the captivate project  (or perhaps one folder down)..    I'm wanting to do this so it works whether I've published the project to a webserver or not.
    I was thinking I could use a relative reference (ie  something like .\myReport.html), but I haven't had any luck thus far

    Thanks Seth.
    I just tried that, but when I run it in preview mode (by simply hitting F12), it gives me an error because it can't  find the file in the temporary preview folder it creates (ie:
    C:\Users\Tom\AppData\Local\Temp\CP2840464090993Session\CPTrustFolder2840464091009\Captivat ePreviewLoader\
    I'm hoping to find a place to put it so that it works when running F12 and when running in regular 'published' mode
    I was thinking I could put it in the 'C:\Program Files\Adobe\Adobe Captivate 6 (32 Bit)\Templates\Publish' folder, but when I do that, it doesn't seem to gete copied to the .\CaptivatePreviewLoader folder when running F12

  • How can i delete a toolbar that has been added?

    Somehow I have a toolbar for a shop at home site that has been added to my list of toolbars. It takes over my browser when I'm surfing and takes me to places i have not selected. How can i delete this toolbar? I believe I have the latest version of firefox and i am running windows 7

    This sounds like spamware you might have installed by accident. If you go into Add-Ons (Firefox -> Add-Ons) it should be under 'Extensions'. Click the 'Remove' button and that should get rid of it.
    You might also find it under 'Programs and Features' in Control Panel. Remove it if it's there.

  • HT1212 how can i restore a ipod that has been disabled with a different computer

    how can i restore a ipod touch that has been disabled with a different computer

    Restore it in Recovery Mode: http://support.apple.com/kb/HT1808

  • How to check the sales order that has been PGI from a range of dates.

    Hi SAP Gurus,
    I have a query on how can I check the sales order that has been PGI from a range of dates in SAP?
    Thanks,
    Madelyn

    Dear Madelyn
    Go to VA05, give the date range and execute.  List of sale orders will be generated.  There you can see a tab "Status"  in which, the status would be like
    -  Not delivered
    -  Partially delivered
    So based on this, you can decide whether the order is still open or completed.
    thanks
    G. Lakshmipathi

  • How to post invoices in AP that has been paid by employess and make corr

    Hi Guys,
    Do you know how to correct book AP invoice in Oracle 11i that has been paid by employees and how to make correct reconciliations in the books on Supplier and Employees side? Employee paid by cash for AP invoice that has been borrowed to him from company.
    Thanks
    Karol
    .

    if this is a normal practice in your organization, then you can do the following:
    1-define a natural account in COA for this employee.
    2-create a bank account for payable and use this account as cash account.
    3-make payment from this bank account for supplier invoice paid by the employee.
    4-when making payment to employee, enter a Standard invoice while selecting employee as supplier and in distribution select account defined in step#1 and make payment of this invoice form actual bank or cash account created as bank in your application.
    i hope this will solve your purpose.
    Rgds,
    Fahd

  • How to permanently block a mobile that has been stolen, please?

    I wish to permanently block a mobile that has been stolen and has plenty of information; And, would it be possible to recover any info from it?

    Good day!
    For further assistance with your questions, you may seek help from our colleagues at Sony Mobile. You can reach them at this site: http://www.sonymobile.com/global-en/support/contact-us/contact-info/. I hope this helps.

Maybe you are looking for

  • JMS Sender Adapter error.

    Hello all. I get an error trying to recieve pick up a JMS message from a Websphere-MQ: Error while processing message 'a17728a0-99ba-11dc-af52-0017a4f51c91';  detailed error description: com.sap.aii.adapter.jms.api.channel.filter.MessageFilterExcepti

  • ERROR while configurinig RFC through Solman 4.0

    Hello All, I am Basis R/3 consultant and having 2 years of exp. I got one project to install and configure sap solman4.0 but I dnt know how to do that.I tried and install solman4.0 with typical installation steps provided by SAP. but when i am trying

  • Which file will identify Leopard version number?

    Is there a file in the System folder which gives away the system version number? I need to find out which version of Leopard (10.5.1 or 10.5.2) is installed on a mounted (but not booted) volume so can't just go to About This Mac. I can access all the

  • Lightroom 5 not loading older images correctly

    I'm going through older photos that were edited elsewhere and then added to my catalogue as DNGs while I was using Lightroom 4. Now as I go back, they are not loading correctly with my edits, but they were on Lightroom 4. Did something happen during

  • Serial number to benefit from the Creative Cloud introduction price

    Hi, I would like to benefit from the special price for the one year contract of Creative Cloud, but i don't own a professional Adobe product at home. I am actually doing a career development program at work and I intent to study in graphic arts. If t