I'm pretty new to programming so any help would be much appreciated.
I'm trying to parse a .dxf file in order to get the coordinates of the entities and plot them to a JPanel. Basically I would need a graphical presentation of the dxf file.
So far I've only found some examples on how to use Ycad or Kabeja library but it's still not clear to me how to get the entities or even how the libraries work. It also seems like that the libraries aren't complete because some classes are missing and practically every example code I used had some problems with missing classes.
Also old questions on SO don't give me many answers. If anybody has any experience with the libraries mentioned above or any other method that would help me to resolve my problem, it would be greatly appreciated.