Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8333595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:05:19+00:00 2026-06-09T03:05:19+00:00

What is the faster way to render 2d graphics in java. The 2 good

  • 0

What is the faster way to render 2d graphics in java. The 2 good way I’ve seen is Double-Buffering where you create the BufferStrategy like:

JFrame f = new JFrame();
f.setSize()
.....
createBufferStrategy(2);

The other method I’ve seen is with the createImage method.

Image dbimage = createImage(....);
Graphics g = dbimage.getGraphics();
....

Those are the two I’ve seen. Which is the fastest? Are there better ways? Please don’t tell me to get add-on libraries because I’m aware those exist. Thank you in advance…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T03:05:21+00:00Added an answer on June 9, 2026 at 3:05 am

    The first snippet [BufferStrategy] is the fastest and the recommended way of doing 2d rendering in java. With it you can take advantage of hardware rendering or optimized software rendering. The performance is highly noticeable when you are doing fullscreen 2d rendering. For example, you could benefit from page flipping that updates the screen by a very simple operation consisting of changing a pointer to a buffer. Other benefit is to have buffers in video memory.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently use: BufferedReader input = new BufferedReader(new FileReader(filename)); Is there a faster way?
Is there a faster way then to simply catch an exception like below? try
is there a better / faster way to create string (std or (const) char
I would like my webpage to render faster. Based on this article , I
I would like to ask for faster way in filling datagrid from dataset. I'm
I'm looking for a faster way to calculate GC content for DNA strings read
I need to determine the quadrant of point, in a faster way. I am
I wondering if there is a faster (GPU time) way to draw a full-screen
Is there any way to replace titles faster then str_replace function? I've got a
I am wondering which way would end up being faster, selecting elements by: $('element[href=#my_link]');

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.