In search of a specific class

Is there any class in java that can work with addresses of main memory (RAM) or video display unit?

You can do this with the java.awt.Robot class.
using the address that is allotted for monitor in ramWhy?
I have already done it with the help of robot class and pasted the image in Mspaint(windows 98).(Everything is done through a java program)
Still I want to do it using the address that is alotted for monitor in ram just to experiment a little as well as to explore how can we incorporate the address of ram in a java program.
Can you help?

Similar Messages

  • How to Search for a specific element in a MultiGraph?

    Hi there
    Im trying to implement a Multigraph ADT in Java. Multigraph is a graph that has multible edges connecting a node. I assume you all know what a Graph ADT looks like.
    So i think ive got all the basic methods functions of a normal graph/mulitgraph and now i want to search for a element in it
    The question is how will i so that?
    Do i use a breadth first search?
    But i thought a BFS traverses all the elements in a graph? And how can i use a BFS to search for a specific element in a graph?
    Thanks

    Hey there
    thanks for your reply but i still some query.
    I thought of doing that but i want to remember the nodes i revisted to get to the target (not all - but the quickest route to that node)
    My design so far is:
    have 3 Interface namely Graph, Node & Edge.
    Classes will inherit those interface to provide the actual implementation as i want the details/coding to be abstract meaning i can give many different way of implementations.
    The graph class will add nodes & edges where when adding edges, edge will store 2 nodes in it respectively source & destination nodes.
    Both Node & Edges will be stored in graph using some data structures atm (arrayList i presume)
    My Design is that i want to (my aim of the task of searching) search for a node in the multigraph by inputting (maybe 2 nodes) into method - start node target node! The method should return a list of nodes to get to the target node.+
    So so far i have this wee algorithm in mind:
    +1. Input start + target node as parameters+
    +2. Use BFS to search the graph+
    +3. When reached target node - halt+
    +4. return the list of nodes that visited to get there (but not all - only the precise & fastest)+
    So will that work?
    If so how do i go about doing implementation?
    Thanks

  • How to modify a specific class in jar file ?

    I've downloaded a jar file for applet, the jar file works fine... but when I extract a specific class file from the jar file and just recompie it from my IDE (Eclipse) without even making any change and then compress again jar class files including the new modified class file instead of the old one (without any modifications to other classes)... then I get
    (NoSuchMethodError ) exception whenever methods of other classes are invoked from within the modified class !!
    ...The manifist file of the jar file reads the following line
    Created-By: 1.4.0_01 (Sun Microsystems Inc.)
    I thought it means that jar class files were built using JDK 1.4.0_01 ...I used JDK 1.5.0_01 in my IDE...
    I thought JRE incompatiblity was the reason of the problem so I downloaded JRE 1.4.0_01 and used it to build this class file... but i got the same exception..
    so what is the main reason of the problem ? ...should I make changes to IDX files accompanying applet jar files ??
    If no, then how can I overcome this problem and be able to change and rebuild a specific class from this jar file ?
    (I cannot rebuild all classes in jar because there are errors I cannot resolve !!)

    Could you please clarify: do you want to run your project or a project from an independent jar?
    In the first case just select Run Project from the project context menu or select a class with main method and click Run File in the class context menu.
    Regarding the second case:
    - I don't think there is such a feature in the IDE (running third party jars is not an IDE function). Could you explain why you need this?

  • How do I search for a specific word in the code using Dreamweaver?

    I need to search for a specific word in the code for all of my website pages. How can I do that using Dreamweaver?

    To search local files of a Defined Site in DW...
    Open the Find & Replace tool with Ctrl + F
    Change the Find In dropdown to Entire Current Local Site
    Change the Search dropdown to Text or Source code
    Add the text to find in the Find field
    Add the text to replace in the Replace field (or nothing if you just want to delete the text)
    Hit Replace All

  • How do i search for a specific artist in iTunes store on iPhone 5?

    How do i search for a specific artist in iTunes store on iPhone 5?

    Open the iTunes app > Search > then type the Artist's name

  • How do I search for a specific name of an email sender?

    I'm trying to locate, in the easiest way possible, a name that should have appeared in my inbox... How do I search for a specific name?

    type it in the big box on the toolbar and press enter.

  • How can I adjust the search bar to search within a specific website?

    I used to use Chrome (still miss it a little bit), but Firefox has continually grown on me.
    One feature I do miss from Chrome being able to search within a specific website from the search bar. For example, I was able to type in amazon.com, then pressing tab, and type in a specific search term, such as "The Terminator." When I pressed enter after typing "The Terminator," Chrome would automatically take me to Amazon's search results for "The Terminator."
    And it wouldn't just be Amazon either; pretty much any site that had a searchable database, Chrome would be capable of utilizing this feature. Is there any way to replicate that in Firefox?

    hello crachor, probably keyword search can offer you a similar functionality in firefox: [[How to search IMDB, Wikipedia and more from the address bar]]

  • Search of a specific User in Outlook 2010 show different syntax

    Hi
    when I search for a specific user under sent items in outlook 2010 it shows for e.g. max mustermann in different ways
    Max Musterman
    'Max Mustermann'
     [email protected]
    In my personal contact there is no contact like this. Any reason why it show this person in a different look?

    Hi Matthew,
    login to the outlook web access using the browser and try to search, if you are not able to find it may due to cache in the outlook
    Try to remove the Exchange cached mode and perform the action again
    Reconfigure your outlook and verify it
    Exchange Queries

  • HT204266 how to search for a specific app eg tetris in the app store?

    Hi is there anyone that can please help me on how to search for a specific app eg tetris in the app store? Thanks

    Hi Friend,
    You just write down the name of the app or for what the app is used for (eg, write down Notes and then will appear a lot of options), then download what you wish.
    Hope it will be helpful

  • To More Specific Class & Plugin Architecture

    Hello there,
    I have a plugin architecture and I want to load a particular class on demand, when a user clicks a button etc.
    I can do this using 'Get LV Class Default Value.vi' knowing the path of the .lvclass file, and I can then use the 'To More Specific Class' vi to cast it from type LV Object to the specific class I know it to be.
    However if I have 30 different classes with this method I would have to have 30 different class constants in a case structure so I can cast to the right one.  This works but it means all the classes are loaded into memory when the program is run, even though the user may never want to use most of them, which is a waste of time/memory.
    Is there a better way of doing this please?
    Thanks,
    Martin

    I wonder if minute 4:00 in Michael's video will help you. It avoids the constants, as long as all the classes are descendants of a common class:
    http://vishots.com/005-visv-labview-class-factory-pattern/

  • Narrow down search to a specific page?

    Hello,
    How can I narrow down a search to a specific page in a PDF document?
    For instance, I want to search only page 5.
    How can I do this?
    Is there any documentation that specifically tells you how to narrow down a search to a page number?
    Thanks
    Linda

    Actually, I need to find a particular page before I do a search on it.
    My problem is that I need to search a specific book mark in a large document, however, the particular name of the bookmark appears three times and I want to search all three of these bookmarks.
    Currently I am using the following to narrow my search to a specific bookmark:
    if (global.mainDoc.bookmarkRoot.children[i].name.indexOf("XYZ")!=-1) {
    // Do something
    Unfortunately there are three bookmarks with the same name of XYZ and my search only goes to the last bookmark named XYZ.
    I need to know how I can also search the other two bookmarks named XYZ.
    The three same named bookmarks appear one right after the other.  Since I am able to search the last of the same named bookmarks, I would like to then go to the previous page and search that page.  Similarly I would like to go to the previous page before that one and search it as well.
    I could obtain the number of the last bookmark named XYZ, subtract one from that page to obtain the previous page, and if there is a way to narrow a search to a page number I could search that page ,with the bookmark named XYZ, as well.
    Any help is greatly appreciated.
    Thanks
    Linda

  • To more specific class: Cant find strict numeric, only numeric

    Im trying to read a control property by reference from some controls that are in a cluster.
    I want to cast the property's reference to a more specific class: strict numeric, but I can only find 'Numeric' which leaves me with variant data.
    Any help?
    Solved!
    Go to Solution.

    Hello,
    I think you can't (not fully sure though). What you can do is get the "Representation" property, that tells you if it's I32 or DBL or else (as an enum) and with this information you can get the value from the variant.
    See :
    Hope this helps
    EDIT :
    Oh... I see now that there IS a way, thanks for that pincpanther :-o
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • To more specific class for waveform chart

    Dear All
    In the attached VI diagram the "To more specific class" gives an error messag:
    LabVIEW:  Type mismatch: Object cannot be type casted to the specified type.
    so it can not work for my waveform chart. I think I changed some properties or some thing similar for my chart that can not work with this routine because it works for new instances of waveform charts but whatever I try to find the difference between my waveform chart and a new instance of waveform chart I don't not find any difference.
     Do you have any clue?
    Best regards
    Afshin
    Attachments:
    VI2.JPG ‏59 KB

    Try to use the "Controls[]" and the "ClassName" property instead. See attachment.
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"
    Attachments:
    WaveformChart.JPG ‏61 KB
    WaveformChart_85.vi ‏18 KB
    WaveformChart_85_CTL.ctl ‏9 KB

  • Is it possible to search for a specific term or data in Numbers for iOS?

    I looked for similar questions, but all of the similar questions did not specify if they were talking about the Mac version or the iOS.  So I apologize if the question has been asked.
    Is there a way to search for a specific term or criteria in Numbers for iOS?
    My father owns a small business and has a large inventory of parts.  He wants a simple way to search his inventory for a particular part number and see how many of a the specific part number he has in his inventory, while not in the shop or having to call in.  He wants to take an iPad along with him.
    My first thought was to create an spreadsheet.  I have a basic knowledge of how spreadsheets work, and I don't think my father would like anything more complicated.
    I was thinking about making the 1st column list the part number, 2nd column list the quantity in the shop, 3rd column list the quantity in the truck.
    If Numbers for iOS is not able to do this, suggestions for alternatives are welcome.
    Thanks in advance

    Hi j4nitor
    Would the "Find" option in the "Tools" menu do the job?
    If you search for the part number, it will be highlightet, and with your outline for a setup, I guess that would give you the overview you are talking about.
    Hope it helps.
    Best regards
    Ole

  • Smart Album search of a specific album?

    Is it possible to limit the query of a smart album to a particular album. The "find" command seems to limit a search to a specific album while smart albums seem to query the entire project. I would like to have a smart album limit its search to a particular album (or possibly several particular albums).
    I am using Aperture 1.5.3

    Smart Albums can search within a Project, the entire Library or a all the Projects within a Blue Folder, depending on where you made the Smart Album. In other words, only 'containers' that images actually live in - remember that Albums only contain references back to Projects.
    Ian

Maybe you are looking for

  • Automatic creation of cost elements

    Dear All, The automtic creation of cost elements functionality is not working for some GL accounts in production. When new GL accounts are created, the same are not created as cost elements. All the standard settings viz 'selection of automatic creat

  • Flash Player 11.4 r402 has stopped working.

    I am running Firefox 15.0 on a Windows Vista 32-bit machine.  After downloading the latest version of Flash Player I get a message that says Adobe Flash Player 11.4 r402 has stopped working.  How do I fix this problem?

  • Queries regarding EIM/WIM v4.2.5 using in IPCCExpress 7.0(1) SR4 setup

    Following are few point on which I need help.. 1. If a Chat task is assigned to an agent and he/she is not responding to the chat then this task has to be assigned to another available agent after 12 sec. From where this time is configurable? 2. If a

  • Imported RAW files convert to black and white

    I have LightRoom 1.4.1 as well as LightRoom beta installed. Intel iMac 20, OS 10.5.2 Camera is Canon 40D. I imported images from a Compact Flash card into LightRoom beta. They downloaded as they should, but then without my touching mouse or keyboard

  • EnvironmentFailureException

    Hello! I've upgraded my systems to use 6.0.11 instead of 5.0.97. Everything works fine, storage is 20+ percent more compact and so on, BUT. 1) Under load (all the time) on production server, after every 25-40 minutes uptime the     > (JE 6.0.11) Envi