• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Display Settings

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai
i am getting the following error when i run my program'
Unable to create a suitable default GraphicsConfiguration. Try changing your Display Settings
what made this error to occur
some time back it was running properly on same mechine
its an application involving JFrame
thanks in anticipation
bye
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It would really help if you posted the code that had this error... otherwise everyone just has to guess at what you were doing...

-Nate
 
kumar mars
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The code is too long that i cant post
but the error coming at the pice of code that looks like
public class exframe extends JFrame
{
exframe()
{ // error coming at this line!!!
// some initializations
// a panel is added to the frame
}
....
..
i just hope it will give u faint idea
reply
    Bookmark Topic Watch Topic
  • New Topic